[PATCH 18/21] ide: ide-io: Document ide_intr()'s param 'irq'
From: Lee Jones <hidden>
Date: 2021-06-02 10:18:59
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lee Jones <hidden>
Date: 2021-06-02 10:18:59
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Fixes the following W=1 kernel build warning(s): drivers/ide/ide-io.c:775: warning: Function parameter or member 'irq' not described in 'ide_intr' Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-ide@vger.kernel.org Signed-off-by: Lee Jones <redacted> --- drivers/ide/ide-io.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/ide/ide-io.c b/drivers/ide/ide-io.c
index bd3e78985bcc7..129d036645f85 100644
--- a/drivers/ide/ide-io.c
+++ b/drivers/ide/ide-io.c@@ -750,6 +750,7 @@ static void unexpected_intr(int irq, ide_hwif_t *hwif) /** * ide_intr - default IDE interrupt handler + * @irq: IRQ number * @dev_id: hwif * * This is the default IRQ handler for the IDE layer. You should
--
2.31.1