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 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 that ','"). > > >

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

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

[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-ne

[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 --- drivers/staging/wlan-ng/prism2fw.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2fw.c b/drivers/staging/wlan-ng/prism2fw.c index e907380..

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 deleti

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 wrote: drm driver may probe before the i2c bus, so the driver should defer probing until it is available Signed-off-by: Andy Yan --- Changes in v11: None Changes in v10: None Changes in v9: None Changes in

[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 --- 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 index 5e6e4e2..faceb95 10

Re: [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 parenthese

2014-11-16 Thread Dan Carpenter
You have to leave a blank line after the subject or everything gets put into the subject. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel