Commit 6611561a authored by Randy Dunlap's avatar Randy Dunlap Committed by Mark Brown

regmap: fix duplicated word in <linux/regmap.h>

Change doubled word "be" to "to be".
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/7ef41bfc-de3e-073a-8746-0b3fdf7628c0@infradead.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent c916d6ef
......@@ -275,7 +275,7 @@ typedef void (*regmap_unlock)(void *);
* readable if it belongs to one of the ranges specified
* by rd_noinc_table).
* @disable_locking: This regmap is either protected by external means or
* is guaranteed not be be accessed from multiple threads.
* is guaranteed not to be accessed from multiple threads.
* Don't use any locking mechanisms.
* @lock: Optional lock callback (overrides regmap's default lock
* function, based on spinlock or mutex).
......
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