projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7707e61
)
drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces()
author
Andrew Morton
<
[email protected]
>
Tue, 15 Dec 2009 02:01:02 +0000
(18:01 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 15 Dec 2009 16:53:32 +0000
(08:53 -0800)
To avoid a collision with the newly-added kernel-wide skip_spaces().
Signed-off-by: André Goddard Rosa <
[email protected]
>
Cc: James Bottomley <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/scsi/sym53c8xx_2/sym_glue.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/sym53c8xx_2/sym_glue.c
b/drivers/scsi/sym53c8xx_2/sym_glue.c
index 2b38f6ad6e11153f8e7133d633c18e9ed7d7bc8e..8b955b534a36f7ce836967b49978b2deb7bd8d64 100644
(file)
--- a/
drivers/scsi/sym53c8xx_2/sym_glue.c
+++ b/
drivers/scsi/sym53c8xx_2/sym_glue.c
@@
-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 s
ym_s
kip_spaces(char *ptr, int len)
{
int cnt, c;
@@
-1012,7
+1012,7
@@
static int is_keyword(char *ptr, int len, char *verb)
}
#define SKIP_SPACES(ptr, len) \
- if ((arg_len = s
kip_spaces(ptr, len)) < 1)
\
+ if ((arg_len = s
ym_skip_spaces(ptr, len)) < 1)
\
return -EINVAL; \
ptr += arg_len; len -= arg_len;