diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 19:32:55 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-10-23 21:20:32 +0300 |
commit | 94bd5719e491564c61ee9f121d544e23b4e51374 (patch) | |
tree | f5892522d31bdcca2d4449f37e402713770e7117 /drivers/ata/libata-core.c | |
parent | df9c590986fdb6db9d5636d6cd93bc919c01b451 (diff) | |
download | linux-94bd5719e491564c61ee9f121d544e23b4e51374.tar.xz |
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 'drivers/ata/libata-core.c')
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index f546a5761c4f..61c762961ca8 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -5616,7 +5616,7 @@ int ata_host_start(struct ata_host *host) EXPORT_SYMBOL_GPL(ata_host_start); /** - * ata_sas_host_init - Initialize a host struct for sas (ipr, libsas) + * ata_host_init - Initialize a host struct for sas (ipr, libsas) * @host: host to initialize * @dev: device host is attached to * @ops: port_ops |