Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178149
b: refs/heads/master
c: a6cd13f
h: refs/heads/master
i:
  178147: e1cad1c
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Dec 22, 2009
1 parent 14142fd commit 4baf737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83f57a11d84460dfe2afdb5a8bc759953428e38b
refs/heads/master: a6cd13f3c98d1d16213e3b61054b9c209d93f877
6 changes: 3 additions & 3 deletions trunk/lib/string.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4baf737

Please sign in to comment.