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 <ax...@kernel.dk> Cc: Andre Hedrick <an...@linux-ide.org> Cc: Thibaut VARENE <vare...@parisc-linux.org> Cc: Alessandro Zummo <alessandro.zu...@towertech.it> Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones <lee.jo...@linaro.org> --- drivers/ata/pata_artop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/pata_artop.c b/drivers/ata/pata_artop.c index 02e4fd5e3b934..ad3c5808aaad6 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. -- 2.25.1