Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Bintian Wang <bintian.wang@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Bintian Wang and committed by
Mark Brown
f27b37f5 97bf6af1

+1 -1
+1 -1
include/linux/regmap.h
··· 468 468 * 469 469 * @reg: Offset of the register within the regmap bank 470 470 * @lsb: lsb of the register field. 471 - * @reg: msb of the register field. 471 + * @msb: msb of the register field. 472 472 * @id_size: port size if it has some ports 473 473 * @id_offset: address offset for each ports 474 474 */