[PATCH] Staging: media: bcm2048: warnings for uninitialized variables fixed

2015-08-14 Thread Andrew Milkovich
This patch fixes the following sparse warnings: warning: ... may be used uninitialized in this function Some function variables have been initialized to 0. Signed-off-by: Andrew Milkovich --- drivers/staging/media/bcm2048/radio-bcm2048.c | 20 ++-- 1 file changed, 10 insertions

[PATCH] Staging: media: bcm2048: warnings for uninitialized variables fixed

2015-08-14 Thread Andrew Milkovich
This patch fixes the following sparse warnings: warning: ... may be used uninitialized in this function Some function variables have been initialized to 0. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/media/bcm2048/radio-bcm2048.c | 20 ++-- 1 file

[PATCH] Staging: dgnc: fixed some coding style errors

2015-01-18 Thread Andrew Milkovich
This patch fixes the following checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parentheses Outer parentheses were added to macro definitions. Signed-off-by: Andrew Milkovich --- drivers/staging/dgnc/digi.h | 60 drivers

[PATCH] Staging: dgnc: fixed some coding style errors

2015-01-18 Thread Andrew Milkovich
This patch fixes the following checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parentheses Outer parentheses were added to macro definitions. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/dgnc/digi.h | 60

Re: [PATCH] Staging: dgnc: fixed some coding style errors

2015-01-17 Thread Andrew Milkovich
On Sat, Jan 17, 2015 at 09:09:08PM -0800, Andrew Milkovich wrote: > This patch fixes the following checkpatch.pl error: > ERROR: Macros with complex values should be enclosed in parentheses > Outer parentheses were added to macro definitions. > > Signed-off-by: Andrew Milkovich &

[PATCH] Staging: dgnc: fixed some coding style errors

2015-01-17 Thread Andrew Milkovich
This patch fixes the following checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parentheses Outer parentheses were added to macro definitions. Signed-off-by: Andrew Milkovich --- drivers/staging/dgnc/digi.h | 60 ++--- 1 file

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
On Sat, Jan 17, 2015 at 08:01:52PM -0800, Joe Perches wrote: > On Sat, 2015-01-17 at 19:30 -0800, Andrew Milkovich wrote: > > Fixed coding style errors per checkpatch.pl. > > which ones? > > As far as I can tell, none of the checkpatch > warnings on this fil

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by: Andrew Milkovich --- drivers/staging/unisys/virtpci/virtpci.c | 24

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by: Andrew Milkovich --- drivers/staging/unisys/virtpci/virtpci.c | 24

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Hi again, On Sat, Jan 17, 2015 at 04:22:35PM -0800, Greg KH wrote: > On Fri, Jan 16, 2015 at 08:58:10PM -0800, Andrew Milkovich wrote: > > Fixed coding style errors per checkpatch.pl. Inline comments removed; > > chanptr > > comment is implied by the first argument being t

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Hi, On Sat, Jan 17, 2015 at 04:22:35PM -0800, Greg KH wrote: > On Fri, Jan 16, 2015 at 08:58:10PM -0800, Andrew Milkovich wrote: > > Fixed coding style errors per checkpatch.pl. Inline comments removed; > > chanptr > > comment is implied by the first argument being the c

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Hi, On Sat, Jan 17, 2015 at 04:22:35PM -0800, Greg KH wrote: On Fri, Jan 16, 2015 at 08:58:10PM -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/unisys

[PATCH] Staging: dgnc: fixed some coding style errors

2015-01-17 Thread Andrew Milkovich
This patch fixes the following checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parentheses Outer parentheses were added to macro definitions. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/dgnc/digi.h | 60

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/unisys

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
On Sat, Jan 17, 2015 at 08:01:52PM -0800, Joe Perches wrote: On Sat, 2015-01-17 at 19:30 -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. which ones? As far as I can tell, none of the checkpatch warnings on this file are actually addressed by this patch

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-17 Thread Andrew Milkovich
Hi again, On Sat, Jan 17, 2015 at 04:22:35PM -0800, Greg KH wrote: On Fri, Jan 16, 2015 at 08:58:10PM -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus

Re: [PATCH] Staging: dgnc: fixed some coding style errors

2015-01-17 Thread Andrew Milkovich
On Sat, Jan 17, 2015 at 09:09:08PM -0800, Andrew Milkovich wrote: This patch fixes the following checkpatch.pl error: ERROR: Macros with complex values should be enclosed in parentheses Outer parentheses were added to macro definitions. Signed-off-by: Andrew Milkovich amilkov...@gmail.com

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-16 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by: Andrew Milkovich --- drivers/staging/unisys/virtpci/virtpci.c | 24

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-16 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed; chanptr comment is implied by the first argument being the channel. No parent bus comment is already understood by the argument being NULL. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/unisys

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-12 Thread Andrew Milkovich
Hi, On Fri, Jan 09, 2015 at 05:41:23PM -0800, Greg KH wrote: > On Wed, Dec 17, 2014 at 05:25:10PM -0800, Andrew Milkovich wrote: > > Fixed coding style errors per checkpatch.pl. Inline comments removed. > > What coding errors did you fix? Please be specific. Some inline commen

Re: [PATCH] Staging: unisys: virtpci: fixed coding style errors

2015-01-12 Thread Andrew Milkovich
Hi, On Fri, Jan 09, 2015 at 05:41:23PM -0800, Greg KH wrote: On Wed, Dec 17, 2014 at 05:25:10PM -0800, Andrew Milkovich wrote: Fixed coding style errors per checkpatch.pl. Inline comments removed. What coding errors did you fix? Please be specific. Some inline comments were removed. Some

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2014-12-17 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed. Signed-off-by: Andrew Milkovich --- drivers/staging/unisys/virtpci/virtpci.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers

[PATCH] Staging: unisys: virtpci: fixed some coding style issues

2014-12-17 Thread Andrew Milkovich
Fixed some coding style issues --- drivers/staging/unisys/virtpci/virtpci.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/staging/unisys/virtpci/virtpci.c index 39b828d..ec3c954 100644 ---

[PATCH] Staging: unisys: virtpci: fixed some coding style issues

2014-12-17 Thread Andrew Milkovich
Fixed some coding style issues --- drivers/staging/unisys/virtpci/virtpci.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/unisys/virtpci/virtpci.c b/drivers/staging/unisys/virtpci/virtpci.c index 39b828d..ec3c954 100644 ---

[PATCH] Staging: unisys: virtpci: fixed coding style errors

2014-12-17 Thread Andrew Milkovich
Fixed coding style errors per checkpatch.pl. Inline comments removed. Signed-off-by: Andrew Milkovich amilkov...@gmail.com --- drivers/staging/unisys/virtpci/virtpci.c | 24 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/drivers/staging/unisys/virtpci