summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_hidkbd.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-30 11:14:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-30 11:14:51 -0600
commit932f0d94e00ef4fd1763ebe7097ff74f42728212 (patch)
tree5f7d5100cc8596daba6339432c1d6b3598ff7d26 /nuttx/drivers/usbhost/usbhost_hidkbd.c
parent890ad5576a3d88cf27246c3b4cfe542e721c72dd (diff)
downloadnuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.tar.gz
nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.tar.bz2
nuttx-932f0d94e00ef4fd1763ebe7097ff74f42728212.zip
Cosmetic: Fix all comments, defaults, etc. that references the defunct name user_start
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_hidkbd.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_hidkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_hidkbd.c b/nuttx/drivers/usbhost/usbhost_hidkbd.c
index 6af5b6a7b..cbea5ade0 100644
--- a/nuttx/drivers/usbhost/usbhost_hidkbd.c
+++ b/nuttx/drivers/usbhost/usbhost_hidkbd.c
@@ -1563,7 +1563,7 @@ static inline int usbhost_devinit(FAR struct usbhost_state_s *priv)
* memory resources, primarily for the dedicated stack (CONFIG_HIDKBD_STACKSIZE).
*/
- uvdbg("user_start: Start poll task\n");
+ uvdbg("Start poll task\n");
/* The inputs to a task started by task_create() are very awkard for this
* purpose. They are really designed for command line tasks (argc/argv). So