[PATCH 18/21] ide: ide-io: Document ide_intr()'s param 'irq'
From: Lee Jones
Date: Wed Jun 02 2021 - 06:18:59 EST
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@xxxxxxxxxxxxx>
Cc: linux-ide@xxxxxxxxxxxxxxx
Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
---
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