Skip to content

Commit

Permalink
Fix ips.c compile
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Bottomley committed Nov 5, 2005
1 parent 849a892 commit 0ee957c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/ips.c
Original file line number Diff line number Diff line change
Expand Up @@ -4934,6 +4934,7 @@ ips_poll_for_flush_complete(ips_ha_t * ha)
}

return 0;
}

/****************************************************************************/
/* */
Expand Down

0 comments on commit 0ee957c

Please sign in to comment.