Skip to content

Commit 6611561

Browse files
rddunlapbroonie
authored andcommitted
regmap: fix duplicated word in <linux/regmap.h>
Change doubled word "be" to "to be". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/7ef41bfc-de3e-073a-8746-0b3fdf7628c0@infradead.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c916d6e commit 6611561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/regmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ typedef void (*regmap_unlock)(void *);
275275
* readable if it belongs to one of the ranges specified
276276
* by rd_noinc_table).
277277
* @disable_locking: This regmap is either protected by external means or
278-
* is guaranteed not be be accessed from multiple threads.
278+
* is guaranteed not to be accessed from multiple threads.
279279
* Don't use any locking mechanisms.
280280
* @lock: Optional lock callback (overrides regmap's default lock
281281
* function, based on spinlock or mutex).

0 commit comments

Comments
 (0)