diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-11-05 00:22:55 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-11-05 00:22:55 -0500 |
commit | 0ee957cb7a8f6e4fb8c6f943dbc451957bc0c6bc (patch) | |
tree | 11e80a4aee273745ec5d486a88018f87f7801299 /drivers/scsi | |
parent | 849a8924a6740ecbf9711e015beca69425f0c429 (diff) |
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/scsi')
-rw-r--r-- | drivers/scsi/ips.c | 1 |
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) | |||
4934 | } | 4934 | } |
4935 | 4935 | ||
4936 | return 0; | 4936 | return 0; |
4937 | } | ||
4937 | 4938 | ||
4938 | /****************************************************************************/ | 4939 | /****************************************************************************/ |
4939 | /* */ | 4940 | /* */ |