]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reset indentation of this flag. No functional change intended.
authorsbruno <sbruno@FreeBSD.org>
Tue, 3 Jul 2018 15:56:22 +0000 (15:56 +0000)
committersbruno <sbruno@FreeBSD.org>
Tue, 3 Jul 2018 15:56:22 +0000 (15:56 +0000)
commit4bacc297d28f81d0cd585354f9fe3f2217dade51
tree31c858a0c1bffa124ea4fbc9dab9eb01540535f1
parent4e6c5aebcd2d65c5559236528c2b7d5e03176397
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;
sys/dev/ata/chipsets/ata-siliconimage.c