diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-04-04 20:05:05 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-05 16:36:28 +0400 |
commit | 393b148f9d0e70cfcb0096985bb0f0742802929e (patch) | |
tree | 7594304ae3b9ef6ed85c62cad7543b8fe414bad8 /drivers/misc/mei/amthif.c | |
parent | 1051e9b33bbf550be52bdd674b519f3dc99f0dd9 (diff) | |
download | linux-393b148f9d0e70cfcb0096985bb0f0742802929e.tar.xz |
mei: Fix comments in drivers/misc/mei
Correct typos and fix stray comments.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Winkler, Tomas <tomas.winkler@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/misc/mei/amthif.c')
-rw-r--r-- | drivers/misc/mei/amthif.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/mei/amthif.c b/drivers/misc/mei/amthif.c index c86d7e3839a4..1fbfd63e6837 100644 --- a/drivers/misc/mei/amthif.c +++ b/drivers/misc/mei/amthif.c @@ -60,7 +60,7 @@ void mei_amthif_reset_params(struct mei_device *dev) } /** - * mei_amthif_host_init_ - mei initialization amthif client. + * mei_amthif_host_init - mei initialization amthif client. * * @dev: the device structure * @@ -433,7 +433,7 @@ unsigned int mei_amthif_poll(struct mei_device *dev, /** - * mei_amthif_irq_process_completed - processes completed iamthif operation. + * mei_amthif_irq_write_completed - processes completed iamthif operation. * * @dev: the device structure. * @slots: free slots. @@ -703,7 +703,7 @@ static bool mei_clear_lists(struct mei_device *dev, struct file *file) /** * mei_amthif_release - the release function * -* @inode: pointer to inode structure +* @dev: device structure * @file: pointer to file structure * * returns 0 on success, <0 on error |