projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2ef04
)
ata: sata_inic162x fix a spelling issue
author
John Oldman
<john.oldman@polehill.co.uk>
Thu, 23 Apr 2020 09:07:42 +0000
(10:07 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 23 Apr 2020 15:59:30 +0000
(09:59 -0600)
Fixed a warning message spelling issue.
Signed-off-by: John Oldman <john.oldman@polehill.co.uk>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/sata_inic162x.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_inic162x.c
b/drivers/ata/sata_inic162x.c
index a6b76cc12a66192aa21ad20aae68e2e8175944a9..e517bd8822a5faaeef2039a356518ed5a4e970da 100644
(file)
--- 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 machin
a
ry */
+ IDMA_CTL_RST_IDMA = (1 << 5), /* reset IDMA machin
e
ry */
IDMA_CTL_GO = (1 << 7), /* IDMA mode go */
IDMA_CTL_ATA_NIEN = (1 << 8), /* ATA IRQ disable */