aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_unregisterdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_unregisterdriver.c')
-rw-r--r--nuttx/fs/fs_unregisterdriver.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/fs/fs_unregisterdriver.c b/nuttx/fs/fs_unregisterdriver.c
index 9ab7fb6ce..7537274b5 100644
--- a/nuttx/fs/fs_unregisterdriver.c
+++ b/nuttx/fs/fs_unregisterdriver.c
@@ -68,7 +68,11 @@
****************************************************************************/
/****************************************************************************
- * Name: unregister_driver()
+ * Name: unregister_driver
+ *
+ * Description:
+ * Remove the character driver inode at 'path' from the psuedo-file system
+ *
****************************************************************************/
int unregister_driver(FAR const char *path)