From: Luis de Bethencourt Date: Wed, 29 Jun 2016 20:27:41 +0000 (+0100) Subject: fs: befs: remove comment that confuses kernel-doc X-Git-Tag: v4.9-rc1~1^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39dcfd3b3448e03a77cd918a918cdea5d84d6076;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 9272f614d985b..cf8f9206d4eb0 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/befs/linuxvfs.c @@ -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, };