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:
849a892
)
Fix ips.c compile
author
James Bottomley
<jejb@titanic.(none)>
Sat, 5 Nov 2005 05:22:55 +0000
(23:22 -0600)
committer
James Bottomley
<jejb@titanic.(none)>
Sat, 5 Nov 2005 05:22:55 +0000
(23:22 -0600)
It looks like one of the ips patches was missing a closing brace in a
function
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/ips.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ips.c
b/drivers/scsi/ips.c
index 749c95bb7df7c0ea34d720584d8feef4b98b6cce..68e5b2ab27c4ac346d02ae4eb3926aa3212bf589 100644
(file)
--- a/
drivers/scsi/ips.c
+++ b/
drivers/scsi/ips.c
@@
-4934,6
+4934,7
@@
ips_poll_for_flush_complete(ips_ha_t * ha)
}
return 0;
+}
/****************************************************************************/
/* */