Fixes the following W=1 kernel build warning(s): drivers/ide/alim15x3.c:536: warning: Function parameter or member 'id' not described in 'alim15x3_init_one' Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Cc: CJ <cjtsai@xxxxxxxxxx> Cc: Andre Hedrick <andre@xxxxxxxxxxxxx> Cc: Clear Zhang <Clear.Zhang@xxxxxxxxxx> Cc: "Software, Inc" <source@xxxxxxxxxx> Cc: linux-ide@xxxxxxxxxxxxxxx Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx> --- drivers/ide/alim15x3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ide/alim15x3.c b/drivers/ide/alim15x3.c index a5043e048f919..39684d12d45e5 100644 --- a/drivers/ide/alim15x3.c +++ b/drivers/ide/alim15x3.c @@ -526,6 +526,7 @@ static const struct ide_port_info ali15x3_chipset = { /** * alim15x3_init_one - set up an ALi15x3 IDE controller * @dev: PCI device to set up + * @id: PCI ID * * Perform the actual set up for an ALi15x3 that has been found by the * hot plug layer. -- 2.31.1