[PATCH 2/2] staging: wlan-ng: Fix comment in prism2sta.c

2014-12-24 Thread Masanari Iida
This patch fix a spelling typo and modify a comment. Signed-off-by: Masanari Iida --- drivers/staging/wlan-ng/prism2sta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c index 182cc7f..10ad24a 100644 -

[PATCH 1/2] staging: wlan-ng: Fix typo in comments and printk

2014-12-24 Thread Masanari Iida
This patch fix spelling typo in comments and print. Signed-off-by: Masanari Iida --- drivers/staging/wlan-ng/hfa384x.h | 2 +- drivers/staging/wlan-ng/hfa384x_usb.c | 4 ++-- drivers/staging/wlan-ng/p80211conv.c | 2 +- drivers/staging/wlan-ng/p80211req.c | 2 +- drivers/staging/wlan-ng/p

Re: [PATCH v3] staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macros

2014-12-24 Thread Tristan Lelong
On Sat, Dec 06, 2014 at 04:03:22PM -0800, Tristan Lelong wrote: > This patch fix a sparse warning in lustre sources > > warning: incorrect type in argument 1 (different address spaces) > expected void [noderef] *to > got char * > > This is done by adding the missing __user attribute on us

Re: [PATCH 1/2] staging: speakup: Split the comment to fit the length

2014-12-24 Thread Samuel Thibault
Panir.Nyan, le Wed 24 Dec 2014 04:07:31 +, a écrit : > Split the comment to fit the length. > > Signed-off-by: Panir Nyan Acked-by: Samuel Thibault > --- > drivers/staging/speakup/synth.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/sp

Re: [PATCH 2/2] staging: speakup: Combine the consecutive string

2014-12-24 Thread Samuel Thibault
Panir.Nyan, le Wed 24 Dec 2014 04:07:32 +, a écrit : > Combine the consecutive string > > Signed-off-by: Panir Nyan Acked-by: Samuel Thibault > --- > drivers/staging/speakup/kobjects.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/speakup/kob

[PATCH] Staging: android: fix line length coding style issue in sync_debug.c

2014-12-24 Thread Steve Pennington
From: Steve Pennington This is a patch to sync_debug.c that fixes an over 80 character warning found by the checkpatch.pl tool Signed-off-by: Steve Pennington --- drivers/staging/android/sync_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/android/

[PATCH v1] staging: comedi: dmm32at: fix style issues

2014-12-24 Thread David Decotigny
Before: 1 ERROR: code indent should use tabs where possible 1 WARNING: please, no spaces at the start of a line After: (none) Signed-off-by: David Decotigny --- drivers/staging/comedi/drivers/dmm32at.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drive