[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1422363029-19476-1-git-send-email-bintian.wang@huawei.com>
Date: Tue, 27 Jan 2015 20:50:29 +0800
From: Bintian Wang <bintian.wang@...wei.com>
To: <broonie@...nel.org>, <linux-kernel@...r.kernel.org>,
<srinivas.kandagatla@...com>, <broonie@...aro.org>
CC: <huxinwei@...wei.com>
Subject: [PATCH] regmap.h: 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@...wei.com>
---
include/linux/regmap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index 4419b99..116655d 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
*/
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists