From c3a325d9e58e7f2a7d4f97d8fb27b92297ca678b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 21 Nov 2020 09:25:35 +0900 Subject: [PATCH] drivers/input/button_upper.c: Appease nxstyle --- drivers/input/button_upper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/button_upper.c b/drivers/input/button_upper.c index 8f4020db208..6aaf9b83bf2 100644 --- a/drivers/input/button_upper.c +++ b/drivers/input/button_upper.c @@ -575,7 +575,8 @@ static int btn_ioctl(FAR struct file *filep, int cmd, unsigned long arg) switch (cmd) { /* Command: BTNIOC_SUPPORTED - * Description: Report the set of button events supported by the hardware; + * Description: Report the set of button events supported by the + * hardware; * Argument: A pointer to writeable integer value in which to return * the set of supported buttons. * Return: Zero (OK) on success. Minus one will be returned on @@ -782,7 +783,6 @@ errout_with_dusem: int btn_register(FAR const char *devname, FAR const struct btn_lowerhalf_s *lower) - { FAR struct btn_upperhalf_s *priv; int ret;