git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
scsi: replace strnicmp with strncasecmp
[sfrench/cifs-2.6.git]
/
drivers
/
scsi
/
ips.c
diff --git
a/drivers/scsi/ips.c
b/drivers/scsi/ips.c
index 52a216f21ae579644b97c093e89e12306a265595..e5afc3884d74a68a3f180188edb3fb75c5fba762 100644
(file)
--- a/
drivers/scsi/ips.c
+++ b/
drivers/scsi/ips.c
@@
-528,7
+528,7
@@
ips_setup(char *ips_str)
* Update the variables
*/
for (i = 0; i < ARRAY_SIZE(options); i++) {
* Update the variables
*/
for (i = 0; i < ARRAY_SIZE(options); i++) {
- if (strn
i
cmp
+ if (strn
case
cmp
(key, options[i].option_name,
strlen(options[i].option_name)) == 0) {
if (value)
(key, options[i].option_name,
strlen(options[i].option_name)) == 0) {
if (value)