[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 standby2...@gmail.com --- 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

[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 standby2...@gmail.com --- 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 +-

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] asn:1*to got char *noident This is done by adding the missing __user attribute

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 panir.n...@gmail.com Acked-by: Samuel Thibault samuel.thiba...@ens-lyon.org --- drivers/staging/speakup/synth.c |6 +++--- 1 file changed, 3 insertions(+), 3

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 panir.n...@gmail.com Acked-by: Samuel Thibault samuel.thiba...@ens-lyon.org --- drivers/staging/speakup/kobjects.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2014-12-24 Thread Steve Pennington
From: Steve Pennington sgp...@gmail.com 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 sgp...@gmail.com --- drivers/staging/android/sync_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff

[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 ddeco...@gmail.com --- drivers/staging/comedi/drivers/dmm32at.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)