X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2Fstring.c;h=9f75b4ec50b87a7f337ccd200098816bdee2cce6;hb=e76feb87422c0bb7517cd97be342f55fab743d3a;hp=afce96af3afdf7d6a0e1e343b4260c6f24765f74;hpb=173cc11a6e10c38ff7d4949b48e8d2eb0aee3e05;p=~andy%2Flinux diff --git a/lib/string.c b/lib/string.c index afce96af3af..9f75b4ec50b 100644 --- a/lib/string.c +++ b/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) {