Re: [PATCH] ALSA: usb-audio: Fix coding style problems

2020-11-08 Thread Atul Gopinathan
On Sun, Nov 08, 2020 at 10:11:36AM +0100, Greg KH wrote: > On Sun, Nov 08, 2020 at 02:05:16PM +0530, Atul wrote: > > From: Atul Gopinathan > > > > Hi, > > No need for this to be in the changelog. > > > > > This patch fixes some coding style warnings and errors that were > > generated using scr

Re: [PATCH] ALSA: usb-audio: Fix coding style problems

2020-11-08 Thread Greg KH
On Sun, Nov 08, 2020 at 02:05:16PM +0530, Atul wrote: > From: Atul Gopinathan > > Hi, No need for this to be in the changelog. > > This patch fixes some coding style warnings and errors that were > generated using scripts/checkpatch.pl. You should be explicit about _what_ warnings and errors.

[PATCH] ALSA: usb-audio: Fix coding style problems

2020-11-08 Thread Atul
From: Atul Gopinathan Hi, This patch fixes some coding style warnings and errors that were generated using scripts/checkpatch.pl. Signed-off-by: Atul Gopinathan --- sound/usb/pcm.c| 16 sound/usb/quirks.c | 21 +++-- 2 files changed, 19 insertions(+), 18 d