Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
/**
* mei_hbuf_filled_slots - gets number of device filled buffer slots
*
- * @device: the device structure
+ * @dev: the device structure
*
* returns number of filled slots
*/
* mei_write_message - writes a message to mei device.
*
* @dev: the device structure
- * @hader: mei HECI header of message
+ * @header: mei HECI header of message
* @buf: message payload will be written
*
* This function returns -EIO if write has failed