ata: pata_jmicron: Fix incorrectly documented function parameter
Fixes the following W=1 kernel build warning(s): drivers/ata/pata_jmicron.c:135: warning: Function parameter or member 'id' not described in 'jmicron_init_one' drivers/ata/pata_jmicron.c:135: warning: Excess function parameter 'ent' description in 'jmicron_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>
This commit is contained in:
@@ -120,7 +120,7 @@ static struct ata_port_operations jmicron_ops = {
|
|||||||
/**
|
/**
|
||||||
* jmicron_init_one - Register Jmicron ATA PCI device with kernel services
|
* jmicron_init_one - Register Jmicron ATA PCI device with kernel services
|
||||||
* @pdev: PCI device to register
|
* @pdev: PCI device to register
|
||||||
* @ent: Entry in jmicron_pci_tbl matching with @pdev
|
* @id: PCI device ID
|
||||||
*
|
*
|
||||||
* Called from kernel PCI layer.
|
* Called from kernel PCI layer.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user