fs: befs: remove comment that confuses kernel-doc
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 29 Jun 2016 20:27:41 +0000 (21:27 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
This comment with a mysterious unfinished line confuses the kernel-doc
system since, because it starts with /**, it thinks it is documenting a
function.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/linuxvfs.c

index 9272f614d985ba803a46e3c44dfa0a5fcd96a5da..cf8f9206d4eb0d8f6de43db5944b649ed7d92c4a 100644 (file)
@@ -633,10 +633,6 @@ befs_nls2utf(struct super_block *sb, const char *in,
        return -EILSEQ;
 }
 
-/**
- * Use the
- *
- */
 enum {
        Opt_uid, Opt_gid, Opt_charset, Opt_debug, Opt_err,
 };
This page took 0.024884 seconds and 5 git commands to generate.