aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_unregisterblockdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_unregisterblockdriver.c')
-rw-r--r--nuttx/fs/fs_unregisterblockdriver.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/fs/fs_unregisterblockdriver.c b/nuttx/fs/fs_unregisterblockdriver.c
index 0166da141..4ee9016fc 100644
--- a/nuttx/fs/fs_unregisterblockdriver.c
+++ b/nuttx/fs/fs_unregisterblockdriver.c
@@ -68,7 +68,11 @@
****************************************************************************/
/****************************************************************************
- * Name: unregister_blockdriver()
+ * Name: unregister_blockdriver
+ *
+ * Description:
+ * Remove the block driver inode at 'path' from the psuedo-file system
+ *
****************************************************************************/
int unregister_blockdriver(const char *path)