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:
e8e6993
)
[PATCH] ultrastor build fix
author
akpm@osdl.org
<akpm@osdl.org>
Sun, 1 May 2005 15:58:35 +0000
(08:58 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:58:35 +0000
(08:58 -0700)
Fix a typo.
James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/ultrastor.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ultrastor.c
b/drivers/scsi/ultrastor.c
index a00095cc74c65a23b9eaa7ef060a2c5d43c4e28a..97f4d9112b48522a416679afaf380d92554943ab 100644
(file)
--- a/
drivers/scsi/ultrastor.c
+++ b/
drivers/scsi/ultrastor.c
@@
-945,7
+945,7
@@
static int ultrastor_abort(Scsi_Cmnd *SCpnt)
config.mscp[mscp_index].SCint, SCpnt);
#endif
if (config.mscp[mscp_index].SCint == 0)
- return FAIL
URE
;
+ return FAIL
ED
;
if (config.mscp[mscp_index].SCint != SCpnt) panic("Bad abort");
config.mscp[mscp_index].SCint = NULL;