[PATCH] staging/lustre: remove Peng Tao from Lustre contact list

2014-05-04 Thread Peng Tao
I am leaving emc for a new company where I cannot have much time working on Lustre. So remove myself from the contact list. I will still be around and continue to contribute as a hobbyist though. Cc: Greg Kroah-Hartman g...@kroah.com Cc: Andreas Dilger andreas.dil...@intel.com Cc: Oleg Drokin

Re: [PATCH] staging: comedi: ii_pci20kc: fix usage of uninit scalar in ii20k_attach()

2014-05-04 Thread Ian Abbott
On 04/05/14 01:26, Christian Engelmayer wrote: This driver supports the PCI-20001C-1a and PCI-20001C-2a carrier boards. The -2a version has 32 on-board DIO channels. In case this variant is detected, local variable 'has_dio' is set accordingly. Otherwise it is left uninitialized and the

[PATCH v2] staging: rtl8821ae: mark pci_mem_start (and _end) as __iomem

2014-05-04 Thread Martin Kepplinger
Shared addresses can be marked as such. Signed-off-by: Martin Kepplinger mart...@posteo.de --- I guess that's what you meant. Thanks for your feedback! drivers/staging/rtl8821ae/wifi.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8821ae/wifi.h

Re: Found some errors and other oddities, largely by means of a static code analysis program

2014-05-04 Thread Rickard Strandqvist
Hi Thanks for your replies, I've included the changes you suggested in my patch. Although I guess functionality r8712_set_key () is already done then. I have also received several complaints already on the patch is not broken down by the type of errors they contain, and that this is clearly

[PATCH] staging: et131x: add blank lines after declarations

2014-05-04 Thread Maarten de Jonge
Signed-off-by: Maarten de Jonge mdejonge1...@gmail.com --- drivers/staging/et131x/et131x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/et131x/et131x.c b/drivers/staging/et131x/et131x.c index d329cf3..747fd9a 100644 --- a/drivers/staging/et131x/et131x.c +++

Re: [PATCH 1/6] staging: comedi: addi_apci_1564: remove eeprom support code

2014-05-04 Thread Chase Southwood
On Sat, May 3, 2014 at 6:52 PM, Greg KH gre...@linuxfoundation.org wrote: On Mon, Apr 28, 2014 at 12:40:05PM +0300, Dan Carpenter wrote: Nice, Chase, you've become an expert on comedi, it seems. I can't say how happy comedi patches make me these days. Ian, you and Hartley are doing a

[PATCH] staging: vt6655: correct coding style issue

2014-05-04 Thread Clément Calmels
Remove C99 comment and rewrite lines over 80 characters. Warnings and error found by checkpatch.pl script. Signed-off-by: Clément Calmels clement.calm...@free.fr --- drivers/staging/vt6655/tmacro.h | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] staging: vt6655: correct coding style issue

2014-05-04 Thread Greg KH
On Sun, May 04, 2014 at 09:52:09PM +0200, Clément Calmels wrote: Remove C99 comment and rewrite lines over 80 characters. Warnings and error found by checkpatch.pl script. Signed-off-by: Clément Calmels clement.calm...@free.fr --- drivers/staging/vt6655/tmacro.h | 13 + 1 file

Re: [PATCH] staging: lustre: return -EFAULT instead of bytes remaining

2014-05-04 Thread Vitaly Osipov
Sure - resent as v2 yesterday. Regards, Vitaly On Sun, May 4, 2014 at 9:31 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Sun, Apr 27, 2014 at 01:02:03AM +1000, Vitaly Osipov wrote: return -EFAULT instead of the value returned by copy_from_user() Signed-off-by: Vitaly Osipov