Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304078
b: refs/heads/master
c: 1ef9eaf
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and Greg Kroah-Hartman committed May 5, 2012
1 parent 6fafebe commit 18524ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a85990b3b126e4fa443f1cbc18250a92c144ac27
refs/heads/master: 1ef9eaf2bf8901e92bb931875a5621692c8a0b84
2 changes: 1 addition & 1 deletion trunk/kernel/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ int parse_args(const char *doing,
/* Chew leading spaces */
args = skip_spaces(args);

if (args && *args)
if (*args)
pr_debug("doing %s, parsing ARGS: '%s'\n", doing, args);

while (*args) {
Expand Down

0 comments on commit 18524ff

Please sign in to comment.