]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - lib/string.c
lib/string.c: fix kernel-doc warnings
[mv-sheeva.git] / lib / string.c
index afce96af3afdf7d6a0e1e343b4260c6f24765f74..9f75b4ec50b87a7f337ccd200098816bdee2cce6 100644 (file)
@@ -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)
 {