Skip to content

Commit 85b565c

Browse files
Lee Jonesandy-shev
authored andcommitted
gpio: gpio-ml-ioh: Fix missing ':' in 'struct ioh_gpio_reg_data
'struct ioh_gpio_reg_data's 'ien_reg' property is missing a ':' which confuses the kerneldoc tooling/parsers/validators. Replacing it squashes the following W=1 warning: drivers/gpio/gpio-ml-ioh.c:63: warning: Function parameter or member 'ien_reg' not described in 'ioh_gpio_reg_data' Cc: Andy Shevchenko <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 5bae1f0 commit 85b565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpio/gpio-ml-ioh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ struct ioh_regs {
4444

4545
/**
4646
* struct ioh_gpio_reg_data - The register store data.
47-
* @ien_reg To store contents of interrupt enable register.
47+
* @ien_reg: To store contents of interrupt enable register.
4848
* @imask_reg: To store contents of interrupt mask regist
4949
* @po_reg: To store contents of PO register.
5050
* @pm_reg: To store contents of PM register.

0 commit comments

Comments
 (0)