projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617aa39
)
staging: mei: fix register access function comments
author
Oren Weil
<oren.jer.weil@intel.com>
Wed, 7 Sep 2011 06:03:08 +0000
(09:03 +0300)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 9 Sep 2011 20:28:20 +0000
(13:28 -0700)
Signed-off-by: Oren Weil <oren.jer.weil@intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/mei/mei_dev.h
patch
|
blob
|
history
diff --git
a/drivers/staging/mei/mei_dev.h
b/drivers/staging/mei/mei_dev.h
index d7bc10c612be3f4fbef9e3cd6b5bfc8a5f5070b9..2e1107762efd0df6d03715e02e6ab72c58ecbea2 100644
(file)
--- a/
drivers/staging/mei/mei_dev.h
+++ b/
drivers/staging/mei/mei_dev.h
@@
-356,7
+356,7
@@
int mei_find_me_client_index(const struct mei_device *dev, uuid_le cuuid);
* @dev: the device structure
* @offset: offset from which to read the data
*
- * returns
the byte read.
+ * returns
register value (u32)
*/
static inline u32 mei_reg_read(struct mei_device *dev, unsigned long offset)
{
@@
-368,7
+368,7
@@
static inline u32 mei_reg_read(struct mei_device *dev, unsigned long offset)
*
* @dev: the device structure
* @offset: offset from which to write the data
- * @value:
the byte to write
+ * @value:
register value to write (u32)
*/
static inline void mei_reg_write(struct mei_device *dev,
unsigned long offset, u32 value)