Skip to content

Commit

Permalink
gpio: gpio-ml-ioh: Fix missing ':' in 'struct ioh_gpio_reg_data
Browse files Browse the repository at this point in the history
'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 <andy@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  • Loading branch information
Lee Jones authored and Andy Shevchenko committed Jun 30, 2020
1 parent 5bae1f0 commit 85b565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-ml-ioh.c
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ struct ioh_regs {

/**
* struct ioh_gpio_reg_data - The register store data.
* @ien_reg To store contents of interrupt enable register.
* @ien_reg: To store contents of interrupt enable register.
* @imask_reg: To store contents of interrupt mask regist
* @po_reg: To store contents of PO register.
* @pm_reg: To store contents of PM register.

0 comments on commit 85b565c

Please sign in to comment.