[PATCH 01/21] ide: alim15x3: Document alim15x3_init_one()'s 'id' param
From: Lee Jones <hidden>
Date: 2021-06-02 10:17:59
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lee Jones <hidden>
Date: 2021-06-02 10:17:59
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
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@davemloft.net> Cc: CJ <redacted> Cc: Andre Hedrick <redacted> Cc: Clear Zhang <redacted> Cc: "Software, Inc" <redacted> Cc: linux-ide@vger.kernel.org Signed-off-by: Lee Jones <redacted> --- 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