diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 18:32:55 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-23 20:20:32 +0200 |
commit | 94bd5719e491564c61ee9f121d544e23b4e51374 (patch) | |
tree | f5892522d31bdcca2d4449f37e402713770e7117 /drivers/ata/libata-scsi.c | |
parent | ata: sata_rcar: Fix DMA boundary mask (diff) | |
download | linux-94bd5719e491564c61ee9f121d544e23b4e51374.tar.xz linux-94bd5719e491564c61ee9f121d544e23b4e51374.zip |
ata: fix some kernel-doc markups
Some functions have different names between their prototypes
and the kernel-doc markup.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 70431912dc63..48b8934970f3 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -1003,7 +1003,7 @@ void ata_scsi_sdev_config(struct scsi_device *sdev) } /** - * atapi_drain_needed - Check whether data transfer may overflow + * ata_scsi_dma_need_drain - Check whether data transfer may overflow * @rq: request to be checked * * ATAPI commands which transfer variable length data to host |