Re: [PATCH] staging: ozwpan: Fix farewell report.

2013-08-02 Thread Greg KH
On Fri, Aug 02, 2013 at 12:04:16PM +0100, Rupesh Gujare wrote: > This patch fixes issues reported by Dan here:- > http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2013-August/040052.html Please list the issues in the patch changelog itself, as sometimes you don't have web access,

The wlags49_h2 patch

2013-08-02 Thread Evan Ng
I just got mutt working, the last message was an error as it was a blank. Dan, I will avoid Gmail WebUI like the plague now when I am talking to the kernel mailing list. Joe, thanks for the advice, I will work on it and hopefully have something to send by Monday. ___

Re: [PATCH] Staging: wlags49_h2: fixed 80 line character and white space issue in ap_h2.c Fixed various coding style warnings found by the checkpatch.pl tool

2013-08-02 Thread Evan Ng
___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH] Staging: winbond: wb35reg: fixed some line over 80 characters

2013-08-02 Thread Iker Pedrosa
Fixed some coding style issues Signed-off-by: Iker Pedrosa --- drivers/staging/winbond/wb35reg.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/drivers/staging/winbond/wb35reg.c b/drivers/staging/winbond/wb35reg.c index 9be1b3b..35d3beb 100

[PATCH] staging: ozwpan: Fix farewell report.

2013-08-02 Thread Rupesh Gujare
This patch fixes issues reported by Dan here:- http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/2013-August/040052.html Reported-by: Dan Carpenter Signed-off-by: Rupesh Gujare --- drivers/staging/ozwpan/ozpd.h|2 +- drivers/staging/ozwpan/ozproto.c |2 +- 2 files ch

Re: [PATCH 5/6] staging: ozwpan: Increase farewell report size.

2013-08-02 Thread Rupesh Gujare
On 02/08/13 11:27, Dan Carpenter wrote: On Thu, Aug 01, 2013 at 06:45:01PM +0100, Rupesh Gujare wrote: Farewell report size can be bigger than one byte, increase array size to accomodate maximum 32 bytes of farewell report. Gar... No. This is not right. 1) There is no check limiting the siz

Re: [PATCH v2] staging/lustre: lloop depends on BLOCK

2013-08-02 Thread Christoph Hellwig
On Thu, Aug 01, 2013 at 07:57:22PM +, Dilger, Andreas wrote: > It provides significant performance improvement for network IO on Lustre. > It bypasses DLM locking in Lustre and the VFS layer on the client, copying > in the loop driver, and page-by-page IO submission in the normal IO path. Part

Re: [PATCH] Staging: wlags49_h2: fixed 80 line character and white space issue in ap_h2.c Fixed various coding style warnings found by the checkpatch.pl tool

2013-08-02 Thread Dan Carpenter
Hi Evan, Are you sending html email or something? Your emails aren't showing up on the de...@driverdev.osuosl.org list. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo

Re: [PATCH 5/6] staging: ozwpan: Increase farewell report size.

2013-08-02 Thread Dan Carpenter
On Thu, Aug 01, 2013 at 06:45:01PM +0100, Rupesh Gujare wrote: > Farewell report size can be bigger than one byte, increase array > size to accomodate maximum 32 bytes of farewell report. > Gar... No. This is not right. 1) There is no check limiting the size to 32 and it could be up to 253

[PATCH 1/1] staging: dgnc: Remove duplicate header file inclusion

2013-08-02 Thread Sachin Kamat
sched.h was included twice. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_proc.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_proc.c b/drivers/staging/dgnc/dgnc_proc.c index 8fbaf3b..c59c833 100644 --- a/drivers/staging/dgnc/dgnc_proc.c +++ b/driver

[PATCH 6/7] staging: dgnc: Remove version.h header inclusion in dgnc_sysfs.c

2013-08-02 Thread Sachin Kamat
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_sysfs.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_sysfs.c b/drivers/staging/dgnc/dgnc_sysfs.c index af49e44..690d451 100644 --

[PATCH 7/7] staging: dgnc: Remove version.h header inclusion in dgnc_trace.c

2013-08-02 Thread Sachin Kamat
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_trace.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_trace.c b/drivers/staging/dgnc/dgnc_trace.c index ea710e5..e613a28 100644 --

[PATCH 4/7] staging: dgnc: Remove version.h header inclusion in dgnc_mgmt.c

2013-08-02 Thread Sachin Kamat
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_mgmt.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_mgmt.c b/drivers/staging/dgnc/dgnc_mgmt.c index b8e4792..96cf58b 100644 --- a/

[PATCH 3/7] staging: dgnc: Include version.h header in dgnc_kcompat.h

2013-08-02 Thread Sachin Kamat
version.h header inclusion is necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_kcompat.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/dgnc/dgnc_kcompat.h b/drivers/staging/dgnc/dgnc_kcompat.h index 3f69e1d..a0f5874 1006

[PATCH 5/7] staging: dgnc: Remove version.h header inclusion in dgnc_neo.c

2013-08-02 Thread Sachin Kamat
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_neo.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index 503db8f..9ac7149 100644 --- a/dri

[PATCH 2/7] staging: dgnc: Remove version.h header inclusion in dgnc_driver.h

2013-08-02 Thread Sachin Kamat
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_driver.h |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_driver.h b/drivers/staging/dgnc/dgnc_driver.h index 43177f4..334faae 100644

[PATCH 1/7] staging: dgnc: Remove version.h header inclusion in dgnc_cls.c

2013-08-02 Thread Sachin Kamat
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat --- drivers/staging/dgnc/dgnc_cls.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_cls.c b/drivers/staging/dgnc/dgnc_cls.c index 83ded18..83c0575 100644 --- a/dri