aboutsummaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
diff options
context:
space:
mode:
authorTörök Edwin <edwintorok@gmail.com>2008-11-23 16:24:53 -0500
committerIngo Molnar <mingo@elte.hu>2008-11-23 16:36:35 -0500
commit958086d1784459be3fe85e4cad79d42b17d33381 (patch)
tree7db8b7d8ed2938e9d8e5262b8b87dad6a049f12a /fs/seq_file.c
parente38da59269be8c0196d16dff1be5bb26076afc6a (diff)
vfs, seqfile: fix comment style on mangle_path
Impact: use standard docbook tags Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Török Edwin <edwintorok@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/seq_file.c')
-rw-r--r--fs/seq_file.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/seq_file.c b/fs/seq_file.c
index f5b61cc1cc1a..f03220d7891b 100644
--- a/fs/seq_file.c
+++ b/fs/seq_file.c
@@ -358,10 +358,10 @@ int seq_printf(struct seq_file *m, const char *f, ...)
358EXPORT_SYMBOL(seq_printf); 358EXPORT_SYMBOL(seq_printf);
359 359
360/** 360/**
361 * mangle_path - mangle and copy path to buffer beginning 361 * mangle_path - mangle and copy path to buffer beginning
362 * @s - buffer start 362 * @s: buffer start
363 * @p - beginning of path in above buffer 363 * @p: beginning of path in above buffer
364 * @esc - set of characters that need escaping 364 * @esc: set of characters that need escaping
365 * 365 *
366 * Copy the path from @p to @s, replacing each occurrence of character from 366 * Copy the path from @p to @s, replacing each occurrence of character from
367 * @esc with usual octal escape. 367 * @esc with usual octal escape.