Commit f27b37f5 authored by Bintian Wang's avatar Bintian Wang Committed by Mark Brown

regmap: correct the description of structure element in reg_field

Fix incorrect description of structure element "msb", which is
described as "reg".
Signed-off-by: default avatarBintian Wang <bintian.wang@huawei.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 97bf6af1
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment