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
..
2018-06-19 20:02:03 +00:00
2018-06-29 23:48:30 +00:00
2018-06-14 07:12:10 +00:00
2018-07-01 01:16:03 +00:00
2018-07-01 01:16:03 +00:00
2018-06-26 15:00:54 +00:00
2018-05-25 08:44:00 +00:00