]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd70e3c9cb4ee397b33708330239c6773aee76446
tree1a232fe6ff661cb0a54100ef820ff21af27b9fe9
parentc8d30b48969eacc393e0d005d7151a77c65ca6f2
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