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

ata: pata_amd: Fix incorrectly named function in the header

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

drivers/ata/pata_amd.c:331: warning: expecting prototype for nv_probe_init(). Prototype was for nv_pre_reset() instead

Cc: Jens Axboe <axboe@kernel.dk>
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
f18e1faa 764e3bc4

+1 -1
+1 -1
drivers/ata/pata_amd.c
··· 319 319 } 320 320 321 321 /** 322 - * nv_probe_init - cable detection 322 + * nv_pre_reset - cable detection 323 323 * @link: ATA link 324 324 * @deadline: deadline jiffies for the operation 325 325 *