freebsd-dev/sys/dev/ata/chipsets
Sean Bruno 5f26382727 Reset indentation of this flag. No functional change intended.
Found with gcc.

sys/dev/ata/chipsets/ata-siliconimage.c: In function 'ata_cmd_ch_attach':
sys/dev/ata/chipsets/ata-siliconimage.c:187:5:
 warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (ctlr->chip->cfg2 & SII_INTR)
     ^~
sys/dev/ata/chipsets/ata-siliconimage.c:190:2:
note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  ch->flags |= ATA_NO_ATAPI_DMA;
2018-07-03 15:56:22 +00:00
..
ata-acard.c
ata-acerlabs.c
ata-amd.c
ata-ati.c
ata-cenatek.c
ata-cypress.c
ata-cyrix.c
ata-fsl.c
ata-highpoint.c
ata-intel.c
ata-ite.c
ata-jmicron.c
ata-marvell.c
ata-micron.c Fix typo 2017-11-30 07:24:33 +00:00
ata-national.c
ata-netcell.c
ata-nvidia.c
ata-promise.c
ata-serverworks.c
ata-siliconimage.c Reset indentation of this flag. No functional change intended. 2018-07-03 15:56:22 +00:00
ata-sis.c
ata-via.c Add ready polling after PHY reset on VIA SATA controllers. 2018-05-23 15:22:58 +00:00