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;