From 874101aedea8cfbaf7499b56c82310a2c2b2859a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 1 Dec 2020 14:24:05 +0900 Subject: [PATCH] drivers/input/djoystick.c: Appease nxstyle --- drivers/input/djoystick.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/djoystick.c b/drivers/input/djoystick.c index b658efed7c..aeab0434cd 100644 --- a/drivers/input/djoystick.c +++ b/drivers/input/djoystick.c @@ -587,7 +587,8 @@ static int djoy_ioctl(FAR struct file *filep, int cmd, unsigned long arg) switch (cmd) { /* Command: DJOYIOC_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 @@ -793,7 +794,6 @@ errout_with_dusem: int djoy_register(FAR const char *devname, FAR const struct djoy_lowerhalf_s *lower) - { FAR struct djoy_upperhalf_s *priv; int ret;