aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJames Bottomley <jejb@titanic.(none)>2005-11-04 23:22:55 -0600
committerJames Bottomley <jejb@titanic.(none)>2005-11-04 23:22:55 -0600
commit0ee957cb7a8f6e4fb8c6f943dbc451957bc0c6bc (patch)
tree11e80a4aee273745ec5d486a88018f87f7801299 /drivers
parentMerge by Hand (diff)
downloadlinux-dev-0ee957cb7a8f6e4fb8c6f943dbc451957bc0c6bc.tar.xz
linux-dev-0ee957cb7a8f6e4fb8c6f943dbc451957bc0c6bc.zip
Fix ips.c compile
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/ips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c
index 749c95bb7df7..68e5b2ab27c4 100644
--- 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;
+}
/****************************************************************************/
/* */