Re: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-18 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl Arnd> function: Applied to 4.6/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-18 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl Arnd> function: Applied to 4.6/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-15 Thread Sumit Saxena
.org; linux-kernel@vger.kernel.org; Arnd Bergmann; > Tomas Henzl; Bjorn Helgaas; megaraidlinux@avagotech.com > Subject: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler > > gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl > function: > > dr

RE: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-15 Thread Sumit Saxena
.org; linux-kernel@vger.kernel.org; Arnd Bergmann; > Tomas Henzl; Bjorn Helgaas; megaraidlinux@avagotech.com > Subject: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler > > gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl > function: > > dr

Re: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-14 Thread Hannes Reinecke
On 03/14/2016 03:29 PM, Arnd Bergmann wrote: > gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl > function: > > drivers/scsi/megaraid/megaraid_sas_base.c: In function > 'megasas_mgmt_fw_ioctl': > drivers/scsi/megaraid/megaraid_sas_base.c:6658:4: warning: statement is > indented as

Re: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-14 Thread Hannes Reinecke
On 03/14/2016 03:29 PM, Arnd Bergmann wrote: > gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl > function: > > drivers/scsi/megaraid/megaraid_sas_base.c: In function > 'megasas_mgmt_fw_ioctl': > drivers/scsi/megaraid/megaraid_sas_base.c:6658:4: warning: statement is > indented as

[PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-14 Thread Arnd Bergmann
gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl function: drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_fw_ioctl': drivers/scsi/megaraid/megaraid_sas_base.c:6658:4: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation]

[PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-14 Thread Arnd Bergmann
gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl function: drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_fw_ioctl': drivers/scsi/megaraid/megaraid_sas_base.c:6658:4: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation]