浏览代码

fs: befs: remove comment that confuses kernel-doc

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>
Luis de Bethencourt 9 年之前
父节点
当前提交
39dcfd3b34
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      fs/befs/linuxvfs.c

+ 0 - 4
fs/befs/linuxvfs.c

@@ -633,10 +633,6 @@ befs_nls2utf(struct super_block *sb, const char *in,
 	return -EILSEQ;
 	return -EILSEQ;
 }
 }
 
 
-/**
- * Use the
- *
- */
 enum {
 enum {
 	Opt_uid, Opt_gid, Opt_charset, Opt_debug, Opt_err,
 	Opt_uid, Opt_gid, Opt_charset, Opt_debug, Opt_err,
 };
 };