diff --git a/[refs] b/[refs] index ab60e92d7b5f..3069a64a2930 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e38da59269be8c0196d16dff1be5bb26076afc6a +refs/heads/master: 958086d1784459be3fe85e4cad79d42b17d33381 diff --git a/trunk/fs/seq_file.c b/trunk/fs/seq_file.c index f5b61cc1cc1a..f03220d7891b 100644 --- a/trunk/fs/seq_file.c +++ b/trunk/fs/seq_file.c @@ -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.