Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176373
b: refs/heads/master
c: 4e62b09
h: refs/heads/master
i:
  176371: 6419f07
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 15, 2009
1 parent d3921e4 commit 2699cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7707e61c70999a1f9f1fd9ac92e293c198585152
refs/heads/master: 4e62b0930223fe2f61094ceb1bbb31b3fe4251c2
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/sym53c8xx_2/sym_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ static void sym_exec_user_command (struct sym_hcb *np, struct sym_usrcmd *uc)
}
}

static int skip_spaces(char *ptr, int len)
static int sym_skip_spaces(char *ptr, int len)
{
int cnt, c;

Expand Down Expand Up @@ -1012,7 +1012,7 @@ static int is_keyword(char *ptr, int len, char *verb)
}

#define SKIP_SPACES(ptr, len) \
if ((arg_len = skip_spaces(ptr, len)) < 1) \
if ((arg_len = sym_skip_spaces(ptr, len)) < 1) \
return -EINVAL; \
ptr += arg_len; len -= arg_len;

Expand Down

0 comments on commit 2699cae

Please sign in to comment.