vfs, seqfile: fix comment style on mangle_path
authorTörök Edwin <edwintorok@gmail.com>
Sun, 23 Nov 2008 21:24:53 +0000 (23:24 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 21:36:35 +0000 (22:36 +0100)
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>
fs/seq_file.c

index f5b61cc1cc1a4bb9a61d5302e8468af9c506b347..f03220d7891b7c4024d740fbd5447d79e66058e8 100644 (file)
@@ -358,10 +358,10 @@ int seq_printf(struct seq_file *m, const char *f, ...)
 EXPORT_SYMBOL(seq_printf);
 
 /**
- *     mangle_path - mangle and copy path to buffer beginning
- *     @s - buffer start
- *     @p - beginning of path in above buffer
- *      @esc - set of characters that need escaping
+ *     mangle_path -   mangle and copy path to buffer beginning
+ *     @s: buffer start
+ *     @p: beginning of path in above buffer
+ *     @esc: set of characters that need escaping
  *
  *      Copy the path from @p to @s, replacing each occurrence of character from
  *      @esc with usual octal escape.