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

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 <axboe@kernel.dk>
Cc: Andre Hedrick <andre@linux-ide.org>
Cc: Thibaut VARENE <varenet@parisc-linux.org>
Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Lee Jones and committed by
Jens Axboe
9c7d0b2a f18e1faa

+1 -1
+1 -1
drivers/ata/pata_artop.c
··· 268 268 } 269 269 270 270 /** 271 - * artop_6210_qc_defer - implement serialization 271 + * artop6210_qc_defer - implement serialization 272 272 * @qc: command 273 273 * 274 274 * Issue commands per host on this chip.