Commit 94bd5719 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jens Axboe

ata: fix some kernel-doc markups

Some functions have different names between their prototypes
and the kernel-doc markup.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent df9c5909
...@@ -5616,7 +5616,7 @@ int ata_host_start(struct ata_host *host) ...@@ -5616,7 +5616,7 @@ int ata_host_start(struct ata_host *host)
EXPORT_SYMBOL_GPL(ata_host_start); 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 * @host: host to initialize
* @dev: device host is attached to * @dev: device host is attached to
* @ops: port_ops * @ops: port_ops
......
...@@ -1115,7 +1115,7 @@ void ata_eh_freeze_port(struct ata_port *ap) ...@@ -1115,7 +1115,7 @@ void ata_eh_freeze_port(struct ata_port *ap)
EXPORT_SYMBOL_GPL(ata_eh_freeze_port); 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 * @ap: ATA port to thaw
* *
* Thaw frozen port @ap. * Thaw frozen port @ap.
......
...@@ -1003,7 +1003,7 @@ void ata_scsi_sdev_config(struct scsi_device *sdev) ...@@ -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 * @rq: request to be checked
* *
* ATAPI commands which transfer variable length data to host * ATAPI commands which transfer variable length data to host
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment