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 12:20:32 -0600 |
commit | 94bd5719e491564c61ee9f121d544e23b4e51374 (patch) | |
tree | f5892522d31bdcca2d4449f37e402713770e7117 /drivers/ata/libata-eh.c | |
parent | df9c590986fdb6db9d5636d6cd93bc919c01b451 (diff) | |
download | lwn-94bd5719e491564c61ee9f121d544e23b4e51374.tar.gz lwn-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 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index d912eaa65c94..b6f92050e60c 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c @@ -1115,7 +1115,7 @@ void ata_eh_freeze_port(struct ata_port *ap) EXPORT_SYMBOL_GPL(ata_eh_freeze_port); /** - * ata_port_thaw_port - EH helper to thaw port + * ata_eh_thaw_port - EH helper to thaw port * @ap: ATA port to thaw * * Thaw frozen port @ap. |