diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-11-04 23:22:55 -0600 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-11-04 23:22:55 -0600 |
commit | 0ee957cb7a8f6e4fb8c6f943dbc451957bc0c6bc (patch) | |
tree | 11e80a4aee273745ec5d486a88018f87f7801299 /drivers | |
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')
-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) } return 0; +} /****************************************************************************/ /* */ |