aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hw-me.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-04-04 12:05:05 -0400
committerJiri Kosina <jkosina@suse.cz>2013-04-05 08:36:28 -0400
commit393b148f9d0e70cfcb0096985bb0f0742802929e (patch)
tree7594304ae3b9ef6ed85c62cad7543b8fe414bad8 /drivers/misc/mei/hw-me.c
parent1051e9b33bbf550be52bdd674b519f3dc99f0dd9 (diff)
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/hw-me.c')
-rw-r--r--drivers/misc/mei/hw-me.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/misc/mei/hw-me.c b/drivers/misc/mei/hw-me.c
index 45ea7185c003..c31f7a47f5b6 100644
--- a/drivers/misc/mei/hw-me.c
+++ b/drivers/misc/mei/hw-me.c
@@ -103,7 +103,7 @@ static inline void mei_hcsr_set(struct mei_me_hw *hw, u32 hcsr)
103 103
104 104
105/** 105/**
106 * me_hw_config - configure hw dependent settings 106 * mei_me_hw_config - configure hw dependent settings
107 * 107 *
108 * @dev: mei device 108 * @dev: mei device
109 */ 109 */
@@ -155,7 +155,7 @@ static void mei_me_intr_disable(struct mei_device *dev)
155 * mei_me_hw_reset - resets fw via mei csr register. 155 * mei_me_hw_reset - resets fw via mei csr register.
156 * 156 *
157 * @dev: the device structure 157 * @dev: the device structure
158 * @interrupts_enabled: if interrupt should be enabled after reset. 158 * @intr_enable: if interrupt should be enabled after reset.
159 */ 159 */
160static void mei_me_hw_reset(struct mei_device *dev, bool intr_enable) 160static void mei_me_hw_reset(struct mei_device *dev, bool intr_enable)
161{ 161{
@@ -243,7 +243,7 @@ static unsigned char mei_hbuf_filled_slots(struct mei_device *dev)
243} 243}
244 244
245/** 245/**
246 * mei_hbuf_is_empty - checks if host buffer is empty. 246 * mei_me_hbuf_is_empty - checks if host buffer is empty.
247 * 247 *
248 * @dev: the device structure 248 * @dev: the device structure
249 * 249 *
@@ -543,7 +543,7 @@ static const struct mei_hw_ops mei_me_hw_ops = {
543}; 543};
544 544
545/** 545/**
546 * init_mei_device - allocates and initializes the mei device structure 546 * mei_me_dev_init - allocates and initializes the mei device structure
547 * 547 *
548 * @pdev: The pci device structure 548 * @pdev: The pci device structure
549 * 549 *