projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
regmap: correct the description of structure element in reg_field
author
Bintian Wang
<bintian.wang@huawei.com>
Tue, 27 Jan 2015 12:50:29 +0000
(20:50 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 27 Jan 2015 13:13:04 +0000
(13:13 +0000)
Fix incorrect description of structure element "msb", which is
described as "reg".
Signed-off-by: Bintian Wang <bintian.wang@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regmap.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/regmap.h
b/include/linux/regmap.h
index 4419b99d8d6ec19010815c7ed759e513abccb95d..116655d922691b3143b8c9d840b944fed3a70adb 100644
(file)
--- a/
include/linux/regmap.h
+++ b/
include/linux/regmap.h
@@
-468,7
+468,7
@@
bool regmap_reg_in_ranges(unsigned int reg,
*
* @reg: Offset of the register within the regmap bank
* @lsb: lsb of the register field.
- * @
reg
: msb of the register field.
+ * @
msb
: msb of the register field.
* @id_size: port size if it has some ports
* @id_offset: address offset for each ports
*/