Re: [PATCH] staging: media: bcm2048: fix coding style error

2014-11-16 Thread Mauro Carvalho Chehab
Em Sat, 15 Nov 2014 13:25:03 -0800 Greg KH gre...@linuxfoundation.org escreveu: On Sat, Nov 15, 2014 at 09:59:34PM +0100, Pavel Machek wrote: On Sat 2014-11-15 21:12:18, Konrad Zapalowicz wrote: On 11/15, Christian Resell wrote: Simple style fix (checkpatch.pl: space prohibited before

[PATCH] staging:lustre:lnet:lnet Function must be static

2014-11-16 Thread sunwxg
From: Sun Wang sun@gmail.com Function must be static if function will not be used in other files. Signed-off-by: Sun Wang sun@gmail.com --- drivers/staging/lustre/lnet/lnet/{module.c.org = module.c} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[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 oleg.dro...@intel.com Cc: Andreas Dilger andreas.dil...@intel.com Cc: Greg Kroah-Hartman

[PATCH] staging: wlan-ng: prism2fw: fixed code style issue

2014-11-16 Thread Aede Symen Hoekstra
Fixed checkpatch.pl warning message: line over 80 characters Signed-off-by: Aede Symen Hoekstra aedesy...@gmail.com --- drivers/staging/wlan-ng/prism2fw.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2fw.c

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

2014-11-16 Thread Al Viro
the same value casted the same way few lines below: csum = ksocknal_csum(~0, (void *)tx-tx_iov[0].iov_base, then it seems like a typo in LASSERT() that is got fixed drivers/staging/lustre/lnet/klnds/socklnd/socklnd_lib-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH v11 02/12] staging: imx-drm: imx-hdmi: return defer if can't get ddc i2c adapter

2014-11-16 Thread Andy Yan
On 2014年11月15日 13:41, Daniel Kurtz wrote: On Fri, Nov 14, 2014 at 9:39 PM, Andy Yan andy@rock-chips.com wrote: drm driver may probe before the i2c bus, so the driver should defer probing until it is available Signed-off-by: Andy Yan andy@rock-chips.com --- Changes in v11: None

[PATCH] drivers: staging: lustre: lnet: api-nc.c: Fix Style Warnings Remove an unecessary return statement in a void function. Remove an unecessary space between a function name and the parentheses.

2014-11-16 Thread Thomas Wood
Signed-off-by: Thomas Wood tommyandr...@gmail.com --- I hope this hasn't been duplicated... drivers/staging/lustre/lnet/lnet/api-ni.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/api-ni.c b/drivers/staging/lustre/lnet/lnet/api-ni.c