diff options
Diffstat (limited to 'drivers/misc/mei/hw-me.c')
-rw-r--r-- | drivers/misc/mei/hw-me.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mei/hw-me.c b/drivers/misc/mei/hw-me.c index 93a2a56a5f2c..94b203ec9b1f 100644 --- a/drivers/misc/mei/hw-me.c +++ b/drivers/misc/mei/hw-me.c | |||
@@ -236,7 +236,7 @@ irqreturn_t mei_interrupt_quick_handler(int irq, void *dev_id) | |||
236 | /** | 236 | /** |
237 | * mei_hbuf_filled_slots - gets number of device filled buffer slots | 237 | * mei_hbuf_filled_slots - gets number of device filled buffer slots |
238 | * | 238 | * |
239 | * @device: the device structure | 239 | * @dev: the device structure |
240 | * | 240 | * |
241 | * returns number of filled slots | 241 | * returns number of filled slots |
242 | */ | 242 | */ |
@@ -289,7 +289,7 @@ int mei_hbuf_empty_slots(struct mei_device *dev) | |||
289 | * mei_write_message - writes a message to mei device. | 289 | * mei_write_message - writes a message to mei device. |
290 | * | 290 | * |
291 | * @dev: the device structure | 291 | * @dev: the device structure |
292 | * @hader: mei HECI header of message | 292 | * @header: mei HECI header of message |
293 | * @buf: message payload will be written | 293 | * @buf: message payload will be written |
294 | * | 294 | * |
295 | * This function returns -EIO if write has failed | 295 | * This function returns -EIO if write has failed |