diff options
Diffstat (limited to 'drivers/message/i2o/iop.c')
| -rw-r--r-- | drivers/message/i2o/iop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/message/i2o/iop.c b/drivers/message/i2o/iop.c index be2b5926d26c..35c67d1f255e 100644 --- a/drivers/message/i2o/iop.c +++ b/drivers/message/i2o/iop.c @@ -19,7 +19,7 @@ * Auvo Häkkinen <[email protected]> * Deepak Saxena <[email protected]> * Boji T Kannanthanam <[email protected]> - * Alan Cox <[email protected]>: + * Alan Cox <[email protected]>: * Ported to Linux 2.5. * Markus Lidel <[email protected]>: * Minor fixes for 2.6. @@ -49,7 +49,6 @@ static int i2o_hrt_get(struct i2o_controller *c); /** * i2o_msg_get_wait - obtain an I2O message from the IOP * @c: I2O controller - * @msg: pointer to a I2O message pointer * @wait: how long to wait until timeout * * This function waits up to wait seconds for a message slot to be |