Skip to content

Commit

Permalink
vfs, seqfile: fix comment style on mangle_path
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Török Edwin authored and Ingo Molnar committed Nov 23, 2008
1 parent e38da59 commit 958086d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fs/seq_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 958086d

Please sign in to comment.