xiaoxiang781216 commented on a change in pull request #5802: URL: https://github.com/apache/incubator-nuttx/pull/5802#discussion_r830721461
########## File path: drivers/input/uinput.c ########## @@ -569,7 +572,7 @@ int uinput_button_initialize(FAR const char *name) #ifdef CONFIG_UINPUT_KEYBOARD -int uinput_keyboard_initialize(FAR const char *name) +int uinput_keyboard_initialize(void) { char devname[UINPUT_NAME_SIZE]; Review comment: Done. ########## File path: drivers/input/uinput.c ########## @@ -519,7 +522,7 @@ int uinput_touch_initialize(FAR const char *name, int maxpoint, int buffnums) #ifdef CONFIG_UINPUT_BUTTONS -int uinput_button_initialize(FAR const char *name) +int uinput_button_initialize(void) { char devname[UINPUT_NAME_SIZE]; Review comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org