mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 02:15:57 +00:00
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>
This commit is contained in:
parent
e38da59269
commit
958086d178
@ -359,9 +359,9 @@ EXPORT_SYMBOL(seq_printf);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* mangle_path - mangle and copy path to buffer beginning
|
* mangle_path - mangle and copy path to buffer beginning
|
||||||
* @s - buffer start
|
* @s: buffer start
|
||||||
* @p - beginning of path in above buffer
|
* @p: beginning of path in above buffer
|
||||||
* @esc - set of characters that need escaping
|
* @esc: set of characters that need escaping
|
||||||
*
|
*
|
||||||
* Copy the path from @p to @s, replacing each occurrence of character from
|
* Copy the path from @p to @s, replacing each occurrence of character from
|
||||||
* @esc with usual octal escape.
|
* @esc with usual octal escape.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user