summaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorKent Gibson <warthog618@gmail.com>2020-10-05 15:03:26 +0800
committerLinus Walleij <linus.walleij@linaro.org>2020-10-28 15:46:47 +0100
commitf20160217537e9006ce4a625da62b358416fc4ed (patch)
tree009e9fd813359cece95624903969996638d78465 /include/uapi
parent5760648e63e6c1006a3ed0bfc2167f623b8bcbcd (diff)
downloadlinux-stable-f20160217537e9006ce4a625da62b358416fc4ed.tar.gz
linux-stable-f20160217537e9006ce4a625da62b358416fc4ed.tar.bz2
linux-stable-f20160217537e9006ce4a625da62b358416fc4ed.zip
gpio: uapi: comment consistency
Make debounce_period_us field documentation consistent with other fields in the union. Signed-off-by: Kent Gibson <warthog618@gmail.com> Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20201005070329.21055-3-warthog618@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h
index b0d5e7a1c693..1fdb0e851f83 100644
--- a/include/uapi/linux/gpio.h
+++ b/include/uapi/linux/gpio.h
@@ -98,7 +98,7 @@ struct gpio_v2_line_values {
* identifying which field of the attribute union is in use.
* @GPIO_V2_LINE_ATTR_ID_FLAGS: flags field is in use
* @GPIO_V2_LINE_ATTR_ID_OUTPUT_VALUES: values field is in use
- * @GPIO_V2_LINE_ATTR_ID_DEBOUNCE: debounce_period_us is in use
+ * @GPIO_V2_LINE_ATTR_ID_DEBOUNCE: debounce_period_us field is in use
*/
enum gpio_v2_line_attr_id {
GPIO_V2_LINE_ATTR_ID_FLAGS = 1,