Loading fs/seq_file.c +4 −4 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
fs/seq_file.c +4 −4 Original line number Diff line number Diff line Loading @@ -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. Loading