Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mauro Carvalho Chehab and committed by
Jens Axboe
94bd5719 df9c5909

+3 -3
+1 -1
drivers/ata/libata-core.c
··· 5616 5616 EXPORT_SYMBOL_GPL(ata_host_start); 5617 5617 5618 5618 /** 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) 5620 5620 * @host: host to initialize 5621 5621 * @dev: device host is attached to 5622 5622 * @ops: port_ops
+1 -1
drivers/ata/libata-eh.c
··· 1115 1115 EXPORT_SYMBOL_GPL(ata_eh_freeze_port); 1116 1116 1117 1117 /** 1118 - * ata_port_thaw_port - EH helper to thaw port 1118 + * ata_eh_thaw_port - EH helper to thaw port 1119 1119 * @ap: ATA port to thaw 1120 1120 * 1121 1121 * Thaw frozen port @ap.
+1 -1
drivers/ata/libata-scsi.c
··· 1003 1003 } 1004 1004 1005 1005 /** 1006 - * atapi_drain_needed - Check whether data transfer may overflow 1006 + * ata_scsi_dma_need_drain - Check whether data transfer may overflow 1007 1007 * @rq: request to be checked 1008 1008 * 1009 1009 * ATAPI commands which transfer variable length data to host