diff options
author | Lee Jones <[email protected]> | 2021-02-01 14:39:33 +0000 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2021-03-12 07:28:30 -0700 |
commit | 9c7d0b2ac49253fd43d220141ed288c60e57ad7f (patch) | |
tree | e021799bf1c860fa2a2676b757c5da3bdee09577 | |
parent | f18e1faa09f034021fb17f70faaee7e8df4beb5f (diff) |
ata: pata_artop: Repair possible copy/paste issue in 'artop_6210_qc_defer()'s header
Fixes the following W=1 kernel build warning(s):
drivers/ata/pata_artop.c:278: warning: expecting prototype for artop_6210_qc_defer(). Prototype was for artop6210_qc_defer() instead
Cc: Jens Axboe <[email protected]>
Cc: Andre Hedrick <[email protected]>
Cc: Thibaut VARENE <[email protected]>
Cc: Alessandro Zummo <[email protected]>
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | drivers/ata/pata_artop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index 02e4fd5e3b93..ad3c5808aaad 100644 --- a/drivers/ata/pata_artop.c +++ b/drivers/ata/pata_artop.c @@ -268,7 +268,7 @@ static void artop6260_set_dmamode (struct ata_port *ap, struct ata_device *adev) } /** - * artop_6210_qc_defer - implement serialization + * artop6210_qc_defer - implement serialization * @qc: command * * Issue commands per host on this chip. |