Commit 2289e664 authored by Qinghuang Feng's avatar Qinghuang Feng Committed by Linus Torvalds

drivers/message/i2o/iop.c: cleanup kerneldoc

no argument named @msg in i2o_msg_get_wait(), remove it.
Signed-off-by: default avatarQinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5e333309
...@@ -49,7 +49,6 @@ static int i2o_hrt_get(struct i2o_controller *c); ...@@ -49,7 +49,6 @@ static int i2o_hrt_get(struct i2o_controller *c);
/** /**
* i2o_msg_get_wait - obtain an I2O message from the IOP * i2o_msg_get_wait - obtain an I2O message from the IOP
* @c: I2O controller * @c: I2O controller
* @msg: pointer to a I2O message pointer
* @wait: how long to wait until timeout * @wait: how long to wait until timeout
* *
* This function waits up to wait seconds for a message slot to be * This function waits up to wait seconds for a message slot to be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment