Re: [PATCH 1/3] aacraid: add missing curly braces

2016-03-21 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> gcc-6 warns about obviously wrong indentation for newly added code Arnd> in aac_slave_configure(): Applied to 4.6/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi"

RE: [PATCH 1/3] aacraid: add missing curly braces

2016-03-19 Thread Raghava Aditya Renukunta
kernel.org; linux-ker...@vger.kernel.org; Arnd > Bergmann; Johannes Thumshirn; Tomas Henzl; Mahesh Rajashekhara; > Raghava Aditya Renukunta; Fengguang Wu > Subject: [PATCH 1/3] aacraid: add missing curly braces > > gcc-6 warns about obviously wrong indentation for newly added > code in aac_slave

Re: [PATCH 1/3] aacraid: add missing curly braces

2016-03-19 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Raghava, Please review. Arnd> gcc-6 warns about obviously wrong indentation for newly added code Arnd> in aac_slave_configure(): https://patchwork.kernel.org/patch/8579681/ -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this l

[PATCH 1/3] aacraid: add missing curly braces

2016-03-14 Thread Arnd Bergmann
gcc-6 warns about obviously wrong indentation for newly added code in aac_slave_configure(): drivers/scsi/aacraid/linit.c: In function 'aac_slave_configure': drivers/scsi/aacraid/linit.c:458:3: warning: statement is indented as if it were guarded by... [-Wmisleading-indentation] sdev->tagged_s