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

ata: pata_hpt3x2n: Fix possible doc-rotted function name

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

drivers/ata/pata_hpt3x2n.c:247: warning: expecting prototype for hpt3x2n_bmdma_end(). Prototype was for hpt3x2n_bmdma_stop() instead

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Andre Hedrick <andre@linux-ide.org>
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
2780645c 4fabc4b6

+1 -1
+1 -1
drivers/ata/pata_hpt3x2n.c
··· 237 237 } 238 238 239 239 /** 240 - * hpt3x2n_bmdma_end - DMA engine stop 240 + * hpt3x2n_bmdma_stop - DMA engine stop 241 241 * @qc: ATA command 242 242 * 243 243 * Clean up after the HPT3x2n and later DMA engine