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

ata: pata_marvell: Fix incorrectly documented function parameter

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

drivers/ata/pata_marvell.c:125: warning: Function parameter or member 'id' not described in 'marvell_init_one'
drivers/ata/pata_marvell.c:125: warning: Excess function parameter 'ent' description in 'marvell_init_one'

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
a446e2fb 2780645c

+1 -1
+1 -1
drivers/ata/pata_marvell.c
··· 110 110 /** 111 111 * marvell_init_one - Register Marvell ATA PCI device with kernel services 112 112 * @pdev: PCI device to register 113 - * @ent: Entry in marvell_pci_tbl matching with @pdev 113 + * @id: PCI device ID 114 114 * 115 115 * Called from kernel PCI layer. 116 116 *