diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-06 23:38:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:40 -0500 |
commit | d9489fb60614794cbca4b6b173c60ed9388974c6 (patch) | |
tree | fce67aa376841050cec0007f2a47b568286c025a /drivers/message/i2o/i2o_scsi.c | |
parent | da39aa8fbc031029b1f06f1abf2a933e1042fe99 (diff) |
[PATCH] kernel-doc: fix fusion and i2o docs
Correct lots of typos, kernel-doc warnings, & kernel-doc usage in fusion and
i2o drivers.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message/i2o/i2o_scsi.c')
-rw-r--r-- | drivers/message/i2o/i2o_scsi.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/drivers/message/i2o/i2o_scsi.c b/drivers/message/i2o/i2o_scsi.c index d5f93b12b6f1..1045c8a518bb 100644 --- a/drivers/message/i2o/i2o_scsi.c +++ b/drivers/message/i2o/i2o_scsi.c | |||
@@ -411,8 +411,7 @@ static void i2o_scsi_notify_device_add(struct i2o_device *i2o_dev) | |||
411 | }; | 411 | }; |
412 | 412 | ||
413 | /** | 413 | /** |
414 | * i2o_scsi_notify_device_remove - Retrieve notifications of removed | 414 | * i2o_scsi_notify_device_remove - Retrieve notifications of removed devices |
415 | * devices | ||
416 | * @i2o_dev: the I2O device which was removed | 415 | * @i2o_dev: the I2O device which was removed |
417 | * | 416 | * |
418 | * If a I2O device is removed, we catch the notification to remove the | 417 | * If a I2O device is removed, we catch the notification to remove the |
@@ -432,8 +431,7 @@ static void i2o_scsi_notify_device_remove(struct i2o_device *i2o_dev) | |||
432 | }; | 431 | }; |
433 | 432 | ||
434 | /** | 433 | /** |
435 | * i2o_scsi_notify_controller_add - Retrieve notifications of added | 434 | * i2o_scsi_notify_controller_add - Retrieve notifications of added controllers |
436 | * controllers | ||
437 | * @c: the controller which was added | 435 | * @c: the controller which was added |
438 | * | 436 | * |
439 | * If a I2O controller is added, we catch the notification to add a | 437 | * If a I2O controller is added, we catch the notification to add a |
@@ -463,8 +461,7 @@ static void i2o_scsi_notify_controller_add(struct i2o_controller *c) | |||
463 | }; | 461 | }; |
464 | 462 | ||
465 | /** | 463 | /** |
466 | * i2o_scsi_notify_controller_remove - Retrieve notifications of removed | 464 | * i2o_scsi_notify_controller_remove - Retrieve notifications of removed controllers |
467 | * controllers | ||
468 | * @c: the controller which was removed | 465 | * @c: the controller which was removed |
469 | * | 466 | * |
470 | * If a I2O controller is removed, we catch the notification to remove the | 467 | * If a I2O controller is removed, we catch the notification to remove the |
@@ -751,7 +748,7 @@ static int i2o_scsi_abort(struct scsi_cmnd *SCpnt) | |||
751 | * @capacity: size in sectors | 748 | * @capacity: size in sectors |
752 | * @ip: geometry array | 749 | * @ip: geometry array |
753 | * | 750 | * |
754 | * This is anyones guess quite frankly. We use the same rules everyone | 751 | * This is anyone's guess quite frankly. We use the same rules everyone |
755 | * else appears to and hope. It seems to work. | 752 | * else appears to and hope. It seems to work. |
756 | */ | 753 | */ |
757 | 754 | ||