drivers/input/button_upper.c: Appease nxstyle

This commit is contained in:
YAMAMOTO Takashi 2020-11-21 09:25:35 +09:00 committed by Xiang Xiao
parent efe8e24fe7
commit c3a325d9e5

View File

@ -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;