drivers/input/djoystick.c: Appease nxstyle
This commit is contained in:
parent
0007655658
commit
874101aede
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue