[PATCH] staging: lustre: Mark userspace pointer types in ksocknal_recv_iov()

2014-09-12 Thread Artemiy Volkov
operators of ksocknal_recv_iov(). Signed-off-by: Artemiy Volkov artem...@acm.org --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c b/drivers/staging/lustre/lnet/klnds

Re: [PATCH] staging: lustre: Mark userspace pointer types in ksocknal_recv_iov()

2014-09-12 Thread Artemiy Volkov
On Fri, 12 Sep 2014, Dan Carpenter wrote: On Fri, Sep 12, 2014 at 11:45:44PM +1000, Artemiy Volkov wrote: --- a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c +++ b/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c @@ -281,7 +281,8 @@ ksocknal_recv_iov (ksock_conn_t *conn

[PATCH v2] staging: lustre: Fix address space mismatch in ksocknal_recv_iov()

2014-09-12 Thread Artemiy Volkov
-by: Artemiy Volkov artem...@acm.org --- v1 - v2: simplifying a complicated expression to a single compound assignment drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c b

[PATCH] Staging: wlan-ng: Merge string literals on adjacent lines in prism2fw.c

2014-08-14 Thread Artemiy Volkov
This patch fixes the 'quoted string split across lines' checkpatch.pl warning in prism2fw.c. Signed-off-by: Artemiy Volkov artem...@acm.org --- drivers/staging/wlan-ng/prism2fw.c | 60 -- 1 file changed, 25 insertions(+), 35 deletions(-) diff --git a/drivers

Re: [PATCH v2] Staging: speakup: Insert blank lines after declarations in speakup_soft.c

2014-08-12 Thread Artemiy Volkov
On Mon, 11 Aug 2014, Greg KH wrote: On Sun, Aug 10, 2014 at 10:56:38PM +1000, Artemiy Volkov wrote: On Sat, 9 Aug 2014, Greg KH wrote: On Thu, Aug 07, 2014 at 01:21:25PM +1000, Artemiy Volkov wrote: This patch fixes the checkpatch.pl 'Missing a blank line after declarations' warning

Re: [PATCH v2] Staging: speakup: Insert blank lines after declarations in speakup_soft.c

2014-08-10 Thread Artemiy Volkov
On Sat, 9 Aug 2014, Greg KH wrote: On Thu, Aug 07, 2014 at 01:21:25PM +1000, Artemiy Volkov wrote: This patch fixes the checkpatch.pl 'Missing a blank line after declarations' warning in speakup_soft.c. Signed-off-by: Artemiy Volkov artem...@acm.org --- drivers/staging/speakup

[PATCH] Staging: speakup: Insert blank lines after declarations in speakup_soft.c

2014-08-06 Thread Artemiy Volkov
This patch fixes the checkpatch.pl 'Missing a blank line after declarations' warning in speakup_soft.c. Signed-off-by: Artemiy Volkov artem...@acm.org --- drivers/staging/speakup/speakup_soft.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/speakup/speakup_soft.c b

Re: [PATCH] Staging: speakup: Insert blank lines after declarations in speakup_soft.c

2014-08-06 Thread Artemiy Volkov
On Wed, 6 Aug 2014, Greg KH wrote: On Wed, Aug 06, 2014 at 06:03:42PM +1000, Artemiy Volkov wrote: This patch fixes the checkpatch.pl 'Missing a blank line after declarations' warning in speakup_soft.c. Signed-off-by: Artemiy Volkov artem...@acm.org --- drivers/staging/speakup

[PATCH v2] Staging: speakup: Insert blank lines after declarations in speakup_soft.c

2014-08-06 Thread Artemiy Volkov
This patch fixes the checkpatch.pl 'Missing a blank line after declarations' warning in speakup_soft.c. Signed-off-by: Artemiy Volkov artem...@acm.org --- drivers/staging/speakup/speakup_soft.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/speakup/speakup_soft.c b