diff options
author | Lee Jones <lee.jones@linaro.org> | 2021-03-18 09:51:43 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-03-31 04:21:25 +0200 |
commit | d29b031d43fbd46ce683572909427f1588f6f2ce (patch) | |
tree | 2c3c76225582572eb5defd8c057bf0b12ae88ad5 /drivers/ata/pata_sl82c105.c | |
parent | ata: pata_piccolo: 'ata_tosh_init()' is misnamed in its header (diff) | |
download | linux-d29b031d43fbd46ce683572909427f1588f6f2ce.tar.xz linux-d29b031d43fbd46ce683572909427f1588f6f2ce.zip |
ata: pata_sl82c105: Fix potential doc-rot
Fixes the following W=1 kernel build warning(s):
drivers/ata/pata_sl82c105.c:191: warning: expecting prototype for sl82c105_bmdma_end(). Prototype was for sl82c105_bmdma_stop() instead
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210318085150.3131936-9-lee.jones@linaro.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata/pata_sl82c105.c')
-rw-r--r-- | drivers/ata/pata_sl82c105.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_sl82c105.c b/drivers/ata/pata_sl82c105.c index ac7ddd87f188..8487470e2e01 100644 --- a/drivers/ata/pata_sl82c105.c +++ b/drivers/ata/pata_sl82c105.c @@ -173,7 +173,7 @@ static void sl82c105_bmdma_start(struct ata_queued_cmd *qc) } /** - * sl82c105_bmdma_end - DMA engine stop + * sl82c105_bmdma_stop - DMA engine stop * @qc: ATA command * * Reset the DMA engine each use as recommended by the errata |