mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
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>
This commit is contained in:
parent
a64998504e
commit
39dcfd3b34
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user