gpio: gpio-ml-ioh: Fix missing ':' in 'struct ioh_gpio_reg_data
authorLee Jones <lee.jones@linaro.org>
Tue, 30 Jun 2020 13:33:38 +0000 (14:33 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Jun 2020 14:00:11 +0000 (17:00 +0300)
commit85b565c99eca5305d6f55e7855e27a427a81e6e6
tree363d9fc8f8a842f804664f977db6908fa6c619bb
parent5bae1f08e2853d17ce2ceeca71fe5a3ee03a0a69
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 <andy@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-ml-ioh.c