From: Bintian Wang Date: Tue, 27 Jan 2015 12:50:29 +0000 (+0800) Subject: regmap: correct the description of structure element in reg_field X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f27b37f5993a080700ccecdce9960d1563eccd36;p=linux-beck.git 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 Signed-off-by: Mark Brown --- diff --git a/include/linux/regmap.h b/include/linux/regmap.h index 4419b99d8d6e..116655d92269 100644 --- 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 */