diff options
| author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-06-29 16:27:41 -0400 |
|---|---|---|
| committer | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-10-08 05:01:14 -0400 |
| commit | 39dcfd3b3448e03a77cd918a918cdea5d84d6076 (patch) | |
| tree | 146c83f6823b23fad7170f39d2bd96dfdfc55fdf | |
| parent | a64998504ebd766f07cf77f41334ccd8a60297ae (diff) | |
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>
| -rw-r--r-- | fs/befs/linuxvfs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c index 9272f614d985..cf8f9206d4eb 100644 --- a/fs/befs/linuxvfs.c +++ b/fs/befs/linuxvfs.c | |||
| @@ -633,10 +633,6 @@ befs_nls2utf(struct super_block *sb, const char *in, | |||
| 633 | return -EILSEQ; | 633 | return -EILSEQ; |
| 634 | } | 634 | } |
| 635 | 635 | ||
| 636 | /** | ||
| 637 | * Use the | ||
| 638 | * | ||
| 639 | */ | ||
| 640 | enum { | 636 | enum { |
| 641 | Opt_uid, Opt_gid, Opt_charset, Opt_debug, Opt_err, | 637 | Opt_uid, Opt_gid, Opt_charset, Opt_debug, Opt_err, |
| 642 | }; | 638 | }; |
