From 4baf737069ee6b688fec89e0088de5fe2ef0a4b0 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 21 Dec 2009 14:37:22 -0800 Subject: [PATCH] --- yaml --- r: 178149 b: refs/heads/master c: a6cd13f3c98d1d16213e3b61054b9c209d93f877 h: refs/heads/master i: 178147: e1cad1c6c6486d98f6e2b541c18fb4a7e40eabc7 v: v3 --- [refs] | 2 +- trunk/lib/string.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {