diff --git a/[refs] b/[refs] index c484497d24c7..8200677181a5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83f57a11d84460dfe2afdb5a8bc759953428e38b +refs/heads/master: a6cd13f3c98d1d16213e3b61054b9c209d93f877 diff --git a/trunk/lib/string.c b/trunk/lib/string.c index afce96af3afd..9f75b4ec50b8 100644 --- a/trunk/lib/string.c +++ b/trunk/lib/string.c @@ -338,10 +338,10 @@ EXPORT_SYMBOL(strnchr); #endif /** - * skip_spaces - Removes leading whitespace from @s. - * @s: The string to be stripped. + * skip_spaces - Removes leading whitespace from @str. + * @str: The string to be stripped. * - * Returns a pointer to the first non-whitespace character in @s. + * Returns a pointer to the first non-whitespace character in @str. */ char *skip_spaces(const char *str) {