Skip to content

Commit 89e7c85

Browse files
John Oldmanaxboe
authored andcommitted
ata: sata_inic162x fix a spelling issue
Fixed a warning message spelling issue. Signed-off-by: John Oldman <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 1f2ef04 commit 89e7c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/sata_inic162x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ enum {
145145

146146
/* PORT_IDMA_CTL bits */
147147
IDMA_CTL_RST_ATA = (1 << 2), /* hardreset ATA bus */
148-
IDMA_CTL_RST_IDMA = (1 << 5), /* reset IDMA machinary */
148+
IDMA_CTL_RST_IDMA = (1 << 5), /* reset IDMA machinery */
149149
IDMA_CTL_GO = (1 << 7), /* IDMA mode go */
150150
IDMA_CTL_ATA_NIEN = (1 << 8), /* ATA IRQ disable */
151151

0 commit comments

Comments
 (0)