]>
www.infradead.org Git - users/willy/xarray.git/log 
Vinay Simha BN [Tue, 14 Jul 2015 13:45:28 +0000  (19:15 +0530)] 
 
staging: sm750fb: coding style global ERROR fixesSigned-off-by: Vinay Simha BN <simhavcs@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:44:04 +0000  (02:44  +0300)] 
 
staging: sm750fb: add required spaces around C operatorsSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:44:03 +0000  (02:44  +0300)] 
 
staging: sm750fb: fix open brace in function declarationSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:44:02 +0000  (02:44  +0300)] 
 
staging: sm750fb: remove assignment from if conditionSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:44:01 +0000  (02:44  +0300)] 
 
staging: sm750fb: fix 'switch and case' indentationSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:44:00 +0000  (02:44  +0300)] 
 
staging: sm750fb: fix indentation in 'else' statementsSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:43:59 +0000  (02:43  +0300)] 
 
staging: sm750fb: put open brace on the previous lineSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:43:58 +0000  (02:43  +0300)] 
 
staging: sm750fb: fix indentation of pointer operatorSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:43:57 +0000  (02:43  +0300)] 
 
staging: sm750fb: insert space before open parenthesisSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:43:56 +0000  (02:43  +0300)] 
 
staging: sm750fb: insert space between ')' and '{'Signed-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:43:55 +0000  (02:43  +0300)] 
 
staging: sm750fb: remove trailing whitespacesSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anatoly Stepanov [Sun, 28 Jun 2015 23:43:54 +0000  (02:43  +0300)] 
 
staging: sm750fb: replace spaces with tabsSigned-off-by: Anatoly Stepanov <drivengroove@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Wed, 24 Jun 2015 16:51:21 +0000  (16:51 +0000)] 
 
staging: sm750fb: remove redundant __func__ in debug statementSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Santhosh Pai [Mon, 29 Jun 2015 09:44:03 +0000  (10:44 +0100)] 
 
staging: Comedi: comedi_fops: Fixed the return error codeSigned-off-by: santhosh pai <santhosh.pai88@yahoo.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Ian Abbott [Tue, 7 Jul 2015 16:06:52 +0000  (17:06 +0100)] 
 
staging: comedi: use CAP_SYS_ADMIN instead of CAP_NET_ADMIN
If the "comedi" module has been loaded with the
"comedi_num_legacy_minors" module parameter set to a non-zero value,
some reserved comedi devices get created.  These can be attached to a
low-level comedi driver using the `COMEDI_DEVCONFIG` ioctl command,
which checks for the `CAP_SYS_ADMIN` capability.  Of course, the comedi
device needs to be opened before the ioctl command can be sent.  If the
comedi device is unattached, `comedi_open()` currently requires the
`CAP_NET_ADMIN` capability.  It makes more sense to just require the
`CAP_SYS_ADMIN` capability here, so change it.
For the curious, commit 
a8f80e8ff94e  ("Networking: use CAP_NET_ADMIN
when deciding to call request_module") changed this capability from
`CAP_SYS_MODULE` to `CAP_NET_ADMIN`, even though it doesn't seem
relevant here.  The original `CAP_SYS_MODULE` capability was due to the
function having some code to request a module using a "char-major-%i-%i"
alias, but that was never compiled in and was removed by commit
f30f2c2d417b  ("staging: comedi: remove check for CONFIG_KMOD").
Signed-off-by: Ian Abbott <abbotti@mev.co.uk> 
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Ian Abbott [Tue, 7 Jul 2015 17:06:07 +0000  (18:06 +0100)] 
 
staging: comedi: cb_pcimdas: add external analog output rangesSigned-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Geert Uytterhoeven [Mon, 6 Jul 2015 13:41:18 +0000  (15:41 +0200)] 
 
staging: comedi: Grammar s/Enable support a/Enable support for a/Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Geliang Tang [Mon, 22 Jun 2015 15:33:42 +0000  (23:33 +0800)] 
 
staging: comedi: fix cast warning in comedi_compat32.cSigned-off-by: Geliang Tang <geliangtang@163.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Mon, 22 Jun 2015 13:03:15 +0000  (15:03 +0200)] 
 
staging: comedi: das16m1: fix lines over 80 charactersSigned-off-by: Luis de Bethencourt <luis@debethencourt.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Mon, 22 Jun 2015 13:02:36 +0000  (15:02 +0200)] 
 
staging: comedi: das16m1: no space before tabsSigned-off-by: Luis de Bethencourt <luis@debethencourt.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Abdul Hussain [Mon, 22 Jun 2015 06:11:13 +0000  (06:11 +0000)] 
 
Staging: comedi: s626: Simplify a trivial if-return sequenceSigned-off-by: Abdul Hussain <habdul@visteon.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Abdul Hussain [Mon, 22 Jun 2015 06:11:09 +0000  (06:11 +0000)] 
 
Staging: comedi: ni_daq_dio24: Simplify a trivial if-return sequenceSigned-off-by: Abdul Hussain <habdul@visteon.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Abdul Hussain [Mon, 22 Jun 2015 06:11:06 +0000  (06:11 +0000)] 
 
Staging: comedi: dac02: Simplify a trivial if-return sequenceSigned-off-by: Abdul Hussain <habdul@visteon.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Abdul Hussain [Mon, 22 Jun 2015 06:10:59 +0000  (06:10 +0000)] 
 
Staging: comedi: fl512: Simplify a trivial if-return sequenceSigned-off-by: Abdul Hussain <habdul@visteon.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Abdul Hussain [Mon, 22 Jun 2015 06:10:56 +0000  (06:10 +0000)] 
 
Staging: comedi: dmm32at: Simplify a trivial if-return sequenceSigned-off-by: Abdul Hussain <habdul@visteon.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Mon, 22 Jun 2015 12:14:35 +0000  (14:14 +0200)] 
 
staging: comedi: das08_cs: don't split Author stringSigned-off-by: Luis de Bethencourt <luis@debethencourt.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Guillermo O. Freschi [Sun, 21 Jun 2015 08:28:55 +0000  (05:28  -0300)] 
 
staging: android: ion_chunk_heap.c: Fixed line over 80 charactersSigned-off-by: Guillermo O. Freschi <kedrot@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Dmitry Kalinkin [Mon, 13 Jul 2015 12:50:30 +0000  (15:50 +0300)] 
 
staging: android: ion: reorder variable definitionsSigned-off-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Markus Elfring [Tue, 14 Jul 2015 07:35:42 +0000  (09:35 +0200)] 
 
staging: lustre: Deletion of unnecessary checks before three function callsSigned-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Lukasz Janyst [Tue, 14 Jul 2015 15:22:21 +0000  (17:22 +0200)] 
 
staging: lustre: fix whitespace coding style issues in libcfs/module.cSigned-off-by: Lukasz Janyst <lj@buggybrain.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Tue, 14 Jul 2015 03:17:57 +0000  (23:17 -0400)] 
 
staging/lustre/libcfs: Fix kstrtouint return value check fixSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Dmitry Eremin [Tue, 14 Jul 2015 03:17:56 +0000  (23:17 -0400)] 
 
staging/lustre/libcfs: remove unused portal_enter_debugger variableSigned-off-by: Dmitry Eremin <dmitry.eremin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Dmitry Eremin [Tue, 14 Jul 2015 03:17:55 +0000  (23:17 -0400)] 
 
staging/lustre/libcfs: get rid of debugfs/lnet/console_{min, max}_delay_centisecsSigned-off-by: Dmitry Eremin <dmitry.eremin@intel.com> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Tue, 14 Jul 2015 03:17:54 +0000  (23:17 -0400)] 
 
staging/lustre/libcfs: get rid of debugfs/lnet/debug_mbSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Perry Hooker [Mon, 13 Jul 2015 23:33:47 +0000  (17:33 -0600)] 
 
staging: lustre: libcfs: move assignment out of conditionalSigned-off-by: Perry Hooker <perry.hooker@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Ronit Halder [Fri, 10 Jul 2015 17:35:39 +0000  (23:05 +0530)] 
 
Staging: lustre: fixed a blank line after declarations coding style issueSigned-off-by: Ronit Halder <ronit.crj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Kris Baumann [Thu, 9 Jul 2015 20:12:48 +0000  (22:12 +0200)] 
 
Staging: lustre: lustre: obdclass: genops: fixed brace coding style issuesSigned-off-by: Kris Baumann <krisbaumann@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Anders Fridlund [Thu, 9 Jul 2015 09:02:09 +0000  (11:02 +0200)] 
 
staging:lustre: fix "space required after that ', '" error in cl_page.cSigned-off-by: Anders Fridlund <anders.fridlund@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Matt Mooney [Wed, 8 Jul 2015 16:21:11 +0000  (09:21 -0700)] 
 
staging: lustre: make ptlrpc_init staticSigned-off-by: Matt Mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Wed, 8 Jul 2015 13:34:36 +0000  (13:34 +0000)] 
 
staging: lustre: remove dead codeSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Dmitry Eremin [Mon, 6 Jul 2015 16:48:55 +0000  (12:48 -0400)] 
 
staging/lustre/libcfs: Remove unneeded lnet watchdog_ratelimit sysctlSigned-off-by: Dmitry Eremin <dmitry.eremin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Dmitry Eremin [Mon, 6 Jul 2015 16:48:54 +0000  (12:48 -0400)] 
 
staging/lustre/libcfs: Remove redundant enums and sysctl moduleparamsSigned-off-by: Dmitry Eremin <dmitry.eremin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:53 +0000  (12:48 -0400)] 
 
staging/lustre/libcfs: get rid of debugfs/lnet/console_backoffSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:52 +0000  (12:48 -0400)] 
 
staging/lustre/libcfs: Remove redundant lnet debugfs variablesSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:51 +0000  (12:48 -0400)] 
 
staging/lustre/libcfs: move /proc/sys/lnet to debugfsSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:50 +0000  (12:48 -0400)] 
 
staging/lustre: Get rid of remaining /proc/sys/lustre plumbingSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:49 +0000  (12:48 -0400)] 
 
staging/lustre/obdclass: Move AT controls from sysctl to sysfsSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:48 +0000  (12:48 -0400)] 
 
staging/lustre/obdclass: move debug controls to sysfsSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:47 +0000  (12:48 -0400)] 
 
staging/lustre/obdclass: move max_dirty_mb from sysctl to sysfsSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:46 +0000  (12:48 -0400)] 
 
staging/lustre/obdclass: move sysctl timeout to sysfsSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:45 +0000  (12:48 -0400)] 
 
staging/lustre: Remove unneeded ldlm_timeout controlSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:44 +0000  (12:48 -0400)] 
 
staging/lustre: Remove now obsolete memory tracking sysctlsSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:43 +0000  (12:48 -0400)] 
 
staging/lustre: remove alloc_fail_rate sysctlSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:42 +0000  (12:48 -0400)] 
 
staging/lustre/obdclass: fix class_procfs_init error return valueReported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:41 +0000  (12:48 -0400)] 
 
staging/lustre/ldlm: In ldlm_pools_fini make sure there was init first.Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Mon, 6 Jul 2015 16:48:40 +0000  (12:48 -0400)] 
 
staging/lustre: make ldebugfs_remove recursiveSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Wed, 24 Jun 2015 14:09:24 +0000  (10:09 -0400)] 
 
staging/lustre/lov: Move target sysfs symlink removal to LOV freeingSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Oleg Drokin [Wed, 24 Jun 2015 14:07:45 +0000  (10:07 -0400)] 
 
staging/lustre/lnet: Move asm/irq.h include after linux includesSigned-off-by: Oleg Drokin <green@linuxhacker.ru> Compile-Tested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 19:07:49 +0000  (21:07 +0200)] 
 
staging: lustre: libcfs: drop trivially useless initializationSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 19:07:52 +0000  (21:07 +0200)] 
 
staging: lustre: obdclass: llog: drop trivially useless initializationSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 19:07:51 +0000  (21:07 +0200)] 
 
staging: lustre: lmv: drop trivially useless initializationSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 19:07:53 +0000  (21:07 +0200)] 
 
staging: lustre: osc: drop trivially useless initializationSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 19:07:50 +0000  (21:07 +0200)] 
 
staging: lustre: llite: drop trivially useless initializationSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:10 +0000  (18:59 +0200)] 
 
staging: lustre: ptlrpc: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:09 +0000  (18:59 +0200)] 
 
staging: lustre: osc: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:08 +0000  (18:59 +0200)] 
 
staging: lustre: obdecho: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:07 +0000  (18:59 +0200)] 
 
staging: lustre: obdclass: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:06 +0000  (18:59 +0200)] 
 
staging: lustre: mgc: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:05 +0000  (18:59 +0200)] 
 
staging: lustre: mdc: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:04 +0000  (18:59 +0200)] 
 
staging: lustre: lov: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:03 +0000  (18:59 +0200)] 
 
staging: lustre: lmv: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:02 +0000  (18:59 +0200)] 
 
staging: lustre: ldlm: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:01 +0000  (18:59 +0200)] 
 
staging: lustre: lclient: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:59:00 +0000  (18:59 +0200)] 
 
staging: lustre: fld: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Julia Lawall [Sat, 20 Jun 2015 16:58:59 +0000  (18:58 +0200)] 
 
staging: lustre: fid: Use !x to check for kzalloc failureSigned-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Daniel Machon [Mon, 6 Jul 2015 17:48:04 +0000  (19:48 +0200)] 
 
wilc1000: host_interface.c: global variables do not need to be explicitly initialized to 0 or NULL.Signed-off-by: Daniel Machon <dmachon.dev@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Prasanna Karthik [Mon, 29 Jun 2015 12:43:32 +0000  (12:43 +0000)] 
 
staging:wilc1000: code cleanup Fix reported by coccinelleSigned-off-by: Prasanna Karthik <mkarthi3@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Fri, 26 Jun 2015 15:40:25 +0000  (17:40 +0200)] 
 
staging: wilc1000: switch printks to vsprintf IPv4 extensionSuggested-by: Joe Perches <joe@perches.com> Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Fri, 26 Jun 2015 14:47:28 +0000  (16:47 +0200)] 
 
staging: wilc1000: fix typos in PRINT_ERR()Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Fri, 26 Jun 2015 14:45:58 +0000  (16:45 +0200)] 
 
staging: wilc1000: remove whitespaces before quoted newlinesSigned-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Fri, 26 Jun 2015 14:45:14 +0000  (16:45 +0200)] 
 
staging: wilc1000: add blank lines after declarationsSigned-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Luis de Bethencourt [Fri, 26 Jun 2015 14:44:24 +0000  (16:44 +0200)] 
 
staging: wilc1000: remove unnecessary bracesSigned-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Sunghoon Cho [Fri, 26 Jun 2015 06:48:16 +0000  (15:48 +0900)] 
 
staging: wilc1000: remove the warnings on the line over 80 charactersSigned-off-by: Sunghoon Cho <ywhsbliss@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Sunghoon Cho [Fri, 26 Jun 2015 06:48:15 +0000  (15:48 +0900)] 
 
staging: wilc1000: add a blank line after struct declarationSigned-off-by: Sunghoon Cho <ywhsbliss@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Sunghoon Cho [Fri, 26 Jun 2015 06:48:14 +0000  (15:48 +0900)] 
 
staging: wilc1000: remove the warnings on the prohibited spacesSigned-off-by: Sunghoon Cho <ywhsbliss@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Chaehyun Lim [Tue, 23 Jun 2015 00:17:47 +0000  (09:17 +0900)] 
 
staging: wilc1000: wilc_wfi_netdevice.c: remove blank linesSigned-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Chaehyun Lim [Tue, 23 Jun 2015 00:17:46 +0000  (09:17 +0900)] 
 
staging: wilc1000: wilc_wfi_netdevice.c: remove unused variableSigned-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Chaehyun Lim [Tue, 23 Jun 2015 00:17:45 +0000  (09:17 +0900)] 
 
staging: wilc1000: wilc_wfi_netdevice.c: remove unused codesSigned-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Chaehyun Lim [Tue, 23 Jun 2015 00:17:44 +0000  (09:17 +0900)] 
 
staging: wilc1000: wilc_wfi_netdevice.c: remove commented codesSigned-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Sunil Shahu [Mon, 22 Jun 2015 13:53:01 +0000  (19:23 +0530)] 
 
staging: wilc1000: host_interface: add spaces around '='Signed-off-by: Sunil Shahu <shshahu@gmail.com> Reviewed-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:06:01 +0000  (07:06 +0000)] 
 
staging: wilc1000: use BIT macroSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:05:42 +0000  (07:05 +0000)] 
 
staging: wilc1000: remove unused variable msg_lenSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:05:22 +0000  (07:05 +0000)] 
 
staging: wilc1000: remove ununsed variable & associated codeSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 13:13:58 +0000  (13:13 +0000)] 
 
staging: wilc1000: remove ununsed variableSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:04:39 +0000  (07:04 +0000)] 
 
staging: wilc1000: remove redundant assignment of variableSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:04:20 +0000  (07:04 +0000)] 
 
staging: wilc1000: remove unused variableSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:03:53 +0000  (07:03 +0000)] 
 
staging: wilc1000: remove ununsed variable & corresponding linesSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:03:27 +0000  (07:03 +0000)] 
 
staging: wilc1000: remove ununsed if..else.. code blocksSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:03:06 +0000  (07:03 +0000)] 
 
staging: wilc1000: remove redundant initialization of variableSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 
Hari Prasath Gujulan Elango [Mon, 22 Jun 2015 07:02:46 +0000  (07:02 +0000)] 
 
staging: wilc1000: remove ununsed variable and associated lineSigned-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>