Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1434041
| From | Luis de Bethencourt <luisbg@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] fs: befs: remove comment that confuses kernel-doc |
| Date | 2016-06-29 22:30 +0200 |
| Message-ID | <rPuhr-jy-11@gated-at.bofh.it> (permalink) |
| References | <rPuhr-jy-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
fs/befs/linuxvfs.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c
index bf5658d..0a97fad 100644
--- a/fs/befs/linuxvfs.c
+++ b/fs/befs/linuxvfs.c
@@ -632,10 +632,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,
};
--
2.5.1
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] fs: befs: check silent flag before logging error Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-06-29 22:30 +0200 [PATCH 2/2] fs: befs: remove comment that confuses kernel-doc Luis de Bethencourt <luisbg@osg.samsung.com> - 2016-06-29 22:30 +0200
csiph-web