Skip to content

Commit

Permalink
regmap: fix duplicated word in <linux/regmap.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Mark Brown committed Jul 16, 2020
1 parent c916d6e commit 6611561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/regmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 6611561

Please sign in to comment.