diff options
Diffstat (limited to 'drivers/message/i2o/driver.c')
-rw-r--r-- | drivers/message/i2o/driver.c | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/drivers/message/i2o/driver.c b/drivers/message/i2o/driver.c index 7fc7399bd2ec..9104b65ff70f 100644 --- a/drivers/message/i2o/driver.c +++ b/drivers/message/i2o/driver.c | |||
@@ -34,9 +34,7 @@ static spinlock_t i2o_drivers_lock; | |||
34 | static struct i2o_driver **i2o_drivers; | 34 | static struct i2o_driver **i2o_drivers; |
35 | 35 | ||
36 | /** | 36 | /** |
37 | * i2o_bus_match - Tell if a I2O device class id match the class ids of | 37 | * i2o_bus_match - Tell if I2O device class id matches the class ids of the I2O driver (OSM) |
38 | * the I2O driver (OSM) | ||
39 | * | ||
40 | * @dev: device which should be verified | 38 | * @dev: device which should be verified |
41 | * @drv: the driver to match against | 39 | * @drv: the driver to match against |
42 | * | 40 | * |
@@ -248,7 +246,7 @@ int i2o_driver_dispatch(struct i2o_controller *c, u32 m) | |||
248 | 246 | ||
249 | /** | 247 | /** |
250 | * i2o_driver_notify_controller_add_all - Send notify of added controller | 248 | * i2o_driver_notify_controller_add_all - Send notify of added controller |
251 | * to all I2O drivers | 249 | * @c: newly added controller |
252 | * | 250 | * |
253 | * Send notifications to all registered drivers that a new controller was | 251 | * Send notifications to all registered drivers that a new controller was |
254 | * added. | 252 | * added. |
@@ -267,8 +265,8 @@ void i2o_driver_notify_controller_add_all(struct i2o_controller *c) | |||
267 | } | 265 | } |
268 | 266 | ||
269 | /** | 267 | /** |
270 | * i2o_driver_notify_controller_remove_all - Send notify of removed | 268 | * i2o_driver_notify_controller_remove_all - Send notify of removed controller |
271 | * controller to all I2O drivers | 269 | * @c: controller that is being removed |
272 | * | 270 | * |
273 | * Send notifications to all registered drivers that a controller was | 271 | * Send notifications to all registered drivers that a controller was |
274 | * removed. | 272 | * removed. |
@@ -287,8 +285,8 @@ void i2o_driver_notify_controller_remove_all(struct i2o_controller *c) | |||
287 | } | 285 | } |
288 | 286 | ||
289 | /** | 287 | /** |
290 | * i2o_driver_notify_device_add_all - Send notify of added device to all | 288 | * i2o_driver_notify_device_add_all - Send notify of added device |
291 | * I2O drivers | 289 | * @i2o_dev: newly added I2O device |
292 | * | 290 | * |
293 | * Send notifications to all registered drivers that a device was added. | 291 | * Send notifications to all registered drivers that a device was added. |
294 | */ | 292 | */ |
@@ -306,8 +304,8 @@ void i2o_driver_notify_device_add_all(struct i2o_device *i2o_dev) | |||
306 | } | 304 | } |
307 | 305 | ||
308 | /** | 306 | /** |
309 | * i2o_driver_notify_device_remove_all - Send notify of removed device to | 307 | * i2o_driver_notify_device_remove_all - Send notify of removed device |
310 | * all I2O drivers | 308 | * @i2o_dev: device that is being removed |
311 | * | 309 | * |
312 | * Send notifications to all registered drivers that a device was removed. | 310 | * Send notifications to all registered drivers that a device was removed. |
313 | */ | 311 | */ |
@@ -362,7 +360,7 @@ int __init i2o_driver_init(void) | |||
362 | /** | 360 | /** |
363 | * i2o_driver_exit - clean up I2O drivers (OSMs) | 361 | * i2o_driver_exit - clean up I2O drivers (OSMs) |
364 | * | 362 | * |
365 | * Unregisters the I2O bus and free driver array. | 363 | * Unregisters the I2O bus and frees driver array. |
366 | */ | 364 | */ |
367 | void __exit i2o_driver_exit(void) | 365 | void __exit i2o_driver_exit(void) |
368 | { | 366 | { |