ata: libata-sata: Fix function names in header comments
authorLee Jones <lee.jones@linaro.org>
Mon, 1 Feb 2021 14:39:22 +0000 (14:39 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Mar 2021 14:28:30 +0000 (07:28 -0700)
commit842a5e584ee5bf9ecdb0c9a31c3dae18b9396ed4
tree1a232fe6ff661cb0a54100ef820ff21af27b9fe9
parent882184bec5503c449a772662235f8aad46a93f9f
ata: libata-sata: Fix function names in header comments

Fixes the following W=1 kernel build warning(s):

 drivers/ata/libata-sata.c:1085: warning: expecting prototype for port_alloc(). Prototype was for ata_sas_port_alloc() instead
 drivers/ata/libata-sata.c:1140: warning: expecting prototype for ata_port_stop(). Prototype was for ata_sas_port_stop() instead

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Tejun Heo <htejun@gmail.com>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/libata-sata.c