[PATCH] Staging: comedi: drivers: fix space coding style issue in s626.c

2014-12-29 Thread jitendra kumar khasdev
This is a patch to the s626.c file that fixes up a space error found by the checkpatch.pl tool Signed-off-by: Jitendra Kumar Khasdev jkhas...@gmail.com --- drivers/staging/comedi/drivers/s626.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] Staging: comedi: driver : fix max 80 character coding style issue in s626.c

2014-12-29 Thread jitendra kumar khasdev
This is a patch to the s626.c file that fixes up a maximum 80 character limit warning found by the checkpatch.pl tool Signed-off-by: Jitendra Kumar Khasdev jkhas...@gmail.com --- drivers/staging/comedi/drivers/s626.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v2] staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.

2014-12-29 Thread Rickard Strandqvist
Avoid allocate memory if we will exit the function. Was found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- drivers/staging/ft1000/ft1000-usb/ft1000_hw.c |8 1 file changed, 4 insertions(+), 4

Re: [PATCH 3/3] Staging: comedi: fix space and 80 char coding style issue

2014-12-29 Thread Pankaj Saraf
Jitendra, You have to make 2 different changes so that the description of the change can clearly be associated to change-number. Thanks! Regards Pankaj Saraf NEKTech Research Labs, Bhopal (M.P.) - India On 29/12/14 12:37 pm, Sudip Mukherjee sudipm.mukher...@gmail.com wrote: On Mon, Dec 29,

[PATCH] Staging: line6: remove spaces before commas.

2014-12-29 Thread Jonas Lundqvist
Fixed three errors in pcm.h found by checkpatch.pl: drivers/staging/line6/pcm.h:148: ERROR: space prohibited before that ',' (ctx:WxE) drivers/staging/line6/pcm.h:155: ERROR: space prohibited before that ',' (ctx:WxE) drivers/staging/line6/pcm.h:162: ERROR: space prohibited before that ','

Re: [PATCH] Staging: line6: remove spaces before commas.

2014-12-29 Thread Jeremiah Mahler
Jonas, In your subject line, when you create a new version of a patch, include the version number. In this case it would be [PATCH v2]. On Mon, Dec 29, 2014 at 04:34:18PM +0100, Jonas Lundqvist wrote: Fixed three errors in pcm.h found by checkpatch.pl: drivers/staging/line6/pcm.h:148:

Drivers/hv

2014-12-29 Thread K. Y. Srinivasan
Greg, Some time back I had sent a buch of patches for Hyper-V drivers. Are they still in the queue or should I resend them. Regards, K. Y ___ devel mailing list de...@linuxdriverproject.org

RE: [PATCH 0/4] Drivers: scsi: storvsc: Fix miscellaneous issues

2014-12-29 Thread KY Srinivasan
-Original Message- From: K. Y. Srinivasan [mailto:k...@microsoft.com] Sent: Tuesday, December 16, 2014 1:21 PM To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; oher...@suse.com; jbottom...@parallels.com; h...@infradead.org;

[PATCH v2] Staging: line6: remove spaces before commas.

2014-12-29 Thread Jonas Lundqvist
Fix three space prohibited errors in pcm.h found by checkpatch.pl. Signed-off-by: Jonas Lundqvist jo...@gannon.se --- drivers/staging/line6/pcm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/line6/pcm.h b/drivers/staging/line6/pcm.h index

RE: [PATCH 1/1] X86: Mark the Hyper-V clocksource as being continuous

2014-12-29 Thread KY Srinivasan
-Original Message- From: K. Y. Srinivasan [mailto:k...@microsoft.com] Sent: Tuesday, December 2, 2014 5:04 PM To: x...@kernel.org; gre...@linuxfoundation.org; linux- ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; jasow...@redhat.com;

Re: [PATCH v2] Staging: line6: remove spaces before commas.

2014-12-29 Thread Jeremiah Mahler
Jonas, On Mon, Dec 29, 2014 at 10:12:00PM +0100, Jonas Lundqvist wrote: Fix three space prohibited errors in pcm.h found by checkpatch.pl. That is a nice log message. Clean and simple. :-) Signed-off-by: Jonas Lundqvist jo...@gannon.se --- drivers/staging/line6/pcm.h | 6 +++--- 1 file

Re: [PATCH v2] staging: comedi: dmm32at: fix style issues

2014-12-29 Thread David Decotigny
thanks! I have a preference for the v2 I sent: my $EDITOR handles the indentation for me; using 2 tabs forces me to manually override my editor's behavior. But if there is a strong push for a v3 of this patch with 2 tabs instead of current v2 indentation, I'll do it, please let me know. On Fri,

[PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2014-12-29 Thread Christoph Hellwig
STORVSC uses its own momory pool to manage device request data. However, SCSI layer already has a mechanisim for allocating additional memory for each command issued to device driver. This patch removes the memory pool in STORVSC and makes it use SCSI layer to allocate memory for device request

RE: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2014-12-29 Thread KY Srinivasan
-Original Message- From: Christoph Hellwig [mailto:h...@lst.de] Sent: Monday, December 29, 2014 8:05 PM To: KY Srinivasan; Haiyang Zhang; jbottom...@parallels.com Cc: linux-s...@vger.kernel.org; de...@linuxdriverproject.org; linux- ker...@vger.kernel.org; Long Li; Christoph Hellwig

Re: [PATCH v2] staging: comedi: dmm32at: fix style issues

2014-12-29 Thread Sudip Mukherjee
On Mon, Dec 29, 2014 at 03:12:53PM -0800, David Decotigny wrote: thanks! I have a preference for the v2 I sent: my $EDITOR handles the indentation for me; using 2 tabs forces me to manually override my editor's behavior. But if there is a strong push for a v3 of this patch with 2 tabs instead