[PATCH] staging: lustre: socklnd: sparse warning fix

2014-11-16 Thread Igor Bogomazov
sparse reports the following issue: drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib-linux.c:393:9: error: incompatible types in comparison expression (different address spaces) Cc: Oleg Drokin Cc: Andreas Dilger Cc: Greg Kroah-Hartman Signed-off-by: Igor Bogomazov --- applies to linux

[PATCH] staging: rtl8188eu: coding style fixup

2014-10-07 Thread Igor Bogomazov
checkpatch.pk tiny fix get rid of 2 warnings and 2 errors for hal/fw.c Signed-off-by: Igor Bogomazov Cc: Greg Kroah-Hartman Cc: navin patidar Cc: Stephen Rothwell --- linux-next 3.17.0 diff --git a/drivers/staging/rtl8188eu/hal/fw.c b/drivers/staging/rtl8188eu/hal/fw.c index 17b7f37

[PATCH] staging: rtl8188eu: coding style fixup

2014-10-08 Thread Igor Bogomazov
checkpatch.pl tiny fix get rid of 2 warnings and 2 errors for hal/fw.c Signed-off-by: Igor Bogomazov Cc: Greg Kroah-Hartman Cc: navin patidar Cc: Stephen Rothwell --- for linux-next 3.17.0 this is an updated version of the patch I've sent two days ago, that one did not apply cl

Re: [PATCH] staging: rtl8188eu: coding style fixup

2014-10-08 Thread Igor Bogomazov
you are right, would be wise to do that, added On Thu, 9 Oct 2014 10:32:37 +0400 Denis Kirjanov wrote: > But you haven't CCed people in the CC list > > On 10/9/14, Igor Bogomazov wrote: > > checkpatch.pl tiny fix > > get rid of 2 warnings and 2 errors for hal/fw.c &

[PATCH] staging: rtl8188eu: coding style fixup

2014-10-10 Thread Igor Bogomazov
checkpatch.pl tiny fix get rid of 2 warnings and 2 errors for hal/fw.c: WARNING: braces {} are not necessary for single statement blocks WARNING: line over 80 characters ERROR: space required before the open brace '{' ERROR: space required after that ',' (ctx:VxV) Signed-of