diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/base/firmware_class.c | 1 | ||||
-rw-r--r-- | drivers/message/i2o/exec-osm.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c index 4bad2870c485..64558f45e6bc 100644 --- a/drivers/base/firmware_class.c +++ b/drivers/base/firmware_class.c | |||
@@ -127,6 +127,7 @@ static ssize_t firmware_loading_show(struct device *dev, | |||
127 | /** | 127 | /** |
128 | * firmware_loading_store - set value in the 'loading' control file | 128 | * firmware_loading_store - set value in the 'loading' control file |
129 | * @dev: device pointer | 129 | * @dev: device pointer |
130 | * @attr: device attribute pointer | ||
130 | * @buf: buffer to scan for loading control value | 131 | * @buf: buffer to scan for loading control value |
131 | * @count: number of bytes in @buf | 132 | * @count: number of bytes in @buf |
132 | * | 133 | * |
diff --git a/drivers/message/i2o/exec-osm.c b/drivers/message/i2o/exec-osm.c index a539d3b61e76..5278aad92bc4 100644 --- a/drivers/message/i2o/exec-osm.c +++ b/drivers/message/i2o/exec-osm.c | |||
@@ -367,7 +367,7 @@ static int i2o_exec_remove(struct device *dev) | |||
367 | 367 | ||
368 | /** | 368 | /** |
369 | * i2o_exec_lct_modified - Called on LCT NOTIFY reply | 369 | * i2o_exec_lct_modified - Called on LCT NOTIFY reply |
370 | * @work: work struct for a specific controller | 370 | * @_work: work struct for a specific controller |
371 | * | 371 | * |
372 | * This function handles asynchronus LCT NOTIFY replies. It parses the | 372 | * This function handles asynchronus LCT NOTIFY replies. It parses the |
373 | * new LCT and if the buffer for the LCT was to small sends a LCT NOTIFY | 373 | * new LCT and if the buffer for the LCT was to small sends a LCT NOTIFY |