From: Lee Jones Date: Mon, 1 Feb 2021 14:39:33 +0000 (+0000) Subject: ata: pata_artop: Repair possible copy/paste issue in 'artop_6210_qc_defer()'s header X-Git-Tag: for-5.13/libata-2021-04-27~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9c7d0b2ac49253fd43d220141ed288c60e57ad7f;p=linux-block.git ata: pata_artop: Repair possible copy/paste issue in 'artop_6210_qc_defer()'s header Fixes the following W=1 kernel build warning(s): drivers/ata/pata_artop.c:278: warning: expecting prototype for artop_6210_qc_defer(). Prototype was for artop6210_qc_defer() instead Cc: Jens Axboe Cc: Andre Hedrick Cc: Thibaut VARENE Cc: Alessandro Zummo Cc: linux-ide@vger.kernel.org Signed-off-by: Lee Jones Signed-off-by: Jens Axboe --- diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index 02e4fd5e3b93..ad3c5808aaad 100644 --- a/drivers/ata/pata_artop.c +++ b/drivers/ata/pata_artop.c @@ -268,7 +268,7 @@ static void artop6260_set_dmamode (struct ata_port *ap, struct ata_device *adev) } /** - * artop_6210_qc_defer - implement serialization + * artop6210_qc_defer - implement serialization * @qc: command * * Issue commands per host on this chip.