aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorJohn Oldman <john.oldman@polehill.co.uk>2020-04-23 10:07:42 +0100
committerJens Axboe <axboe@kernel.dk>2020-04-23 09:59:30 -0600
commit89e7c85026a0f8522e4017de70f4a87513874520 (patch)
tree15a406425cec852a283494404bbd4b2885141c2b /drivers/ata
parentahci: Add Intel Comet Lake PCH-U PCI ID (diff)
downloadlinux-dev-89e7c85026a0f8522e4017de70f4a87513874520.tar.xz
linux-dev-89e7c85026a0f8522e4017de70f4a87513874520.zip
ata: sata_inic162x fix a spelling issue
Fixed a warning message spelling issue. Signed-off-by: John Oldman <john.oldman@polehill.co.uk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/sata_inic162x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c
index a6b76cc12a66..e517bd8822a5 100644
--- a/drivers/ata/sata_inic162x.c
+++ b/drivers/ata/sata_inic162x.c
@@ -145,7 +145,7 @@ enum {
/* PORT_IDMA_CTL bits */
IDMA_CTL_RST_ATA = (1 << 2), /* hardreset ATA bus */
- IDMA_CTL_RST_IDMA = (1 << 5), /* reset IDMA machinary */
+ IDMA_CTL_RST_IDMA = (1 << 5), /* reset IDMA machinery */
IDMA_CTL_GO = (1 << 7), /* IDMA mode go */
IDMA_CTL_ATA_NIEN = (1 << 8), /* ATA IRQ disable */