Skip to content

Commit 94bd571

Browse files
mchehabaxboe
authored andcommitted
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>
1 parent df9c590 commit 94bd571

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/ata/libata-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5616,7 +5616,7 @@ int ata_host_start(struct ata_host *host)
56165616
EXPORT_SYMBOL_GPL(ata_host_start);
56175617

56185618
/**
5619-
* ata_sas_host_init - Initialize a host struct for sas (ipr, libsas)
5619+
* ata_host_init - Initialize a host struct for sas (ipr, libsas)
56205620
* @host: host to initialize
56215621
* @dev: device host is attached to
56225622
* @ops: port_ops

drivers/ata/libata-eh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ void ata_eh_freeze_port(struct ata_port *ap)
11151115
EXPORT_SYMBOL_GPL(ata_eh_freeze_port);
11161116

11171117
/**
1118-
* ata_port_thaw_port - EH helper to thaw port
1118+
* ata_eh_thaw_port - EH helper to thaw port
11191119
* @ap: ATA port to thaw
11201120
*
11211121
* Thaw frozen port @ap.

drivers/ata/libata-scsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ void ata_scsi_sdev_config(struct scsi_device *sdev)
10031003
}
10041004

10051005
/**
1006-
* atapi_drain_needed - Check whether data transfer may overflow
1006+
* ata_scsi_dma_need_drain - Check whether data transfer may overflow
10071007
* @rq: request to be checked
10081008
*
10091009
* ATAPI commands which transfer variable length data to host

0 commit comments

Comments
 (0)