Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 958086d1 authored by Török Edwin's avatar Török Edwin Committed by Ingo Molnar
Browse files

vfs, seqfile: fix comment style on mangle_path



Impact: use standard docbook tags

Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarTörök Edwin <edwintorok@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent e38da592
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -359,9 +359,9 @@ 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
 *	@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.