diff options
Diffstat (limited to 'drivers/misc/mei/hw-me.c')
-rw-r--r-- | drivers/misc/mei/hw-me.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/misc/mei/hw-me.c b/drivers/misc/mei/hw-me.c index fc032270916a..822170f00348 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 | */ |
@@ -169,7 +169,7 @@ static void mei_me_hw_reset_release(struct mei_device *dev) | |||
169 | * mei_me_hw_reset - resets fw via mei csr register. | 169 | * mei_me_hw_reset - resets fw via mei csr register. |
170 | * | 170 | * |
171 | * @dev: the device structure | 171 | * @dev: the device structure |
172 | * @interrupts_enabled: if interrupt should be enabled after reset. | 172 | * @intr_enable: if interrupt should be enabled after reset. |
173 | */ | 173 | */ |
174 | static void mei_me_hw_reset(struct mei_device *dev, bool intr_enable) | 174 | static void mei_me_hw_reset(struct mei_device *dev, bool intr_enable) |
175 | { | 175 | { |
@@ -285,7 +285,7 @@ static unsigned char mei_hbuf_filled_slots(struct mei_device *dev) | |||
285 | } | 285 | } |
286 | 286 | ||
287 | /** | 287 | /** |
288 | * mei_hbuf_is_empty - checks if host buffer is empty. | 288 | * mei_me_hbuf_is_empty - checks if host buffer is empty. |
289 | * | 289 | * |
290 | * @dev: the device structure | 290 | * @dev: the device structure |
291 | * | 291 | * |
@@ -554,7 +554,7 @@ static const struct mei_hw_ops mei_me_hw_ops = { | |||
554 | }; | 554 | }; |
555 | 555 | ||
556 | /** | 556 | /** |
557 | * init_mei_device - allocates and initializes the mei device structure | 557 | * mei_me_dev_init - allocates and initializes the mei device structure |
558 | * | 558 | * |
559 | * @pdev: The pci device structure | 559 | * @pdev: The pci device structure |
560 | * | 560 | * |