Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39dcfd3b authored by Luis de Bethencourt's avatar Luis de Bethencourt
Browse files

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: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent a6499850
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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,
};