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 <[email protected]> Cc: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent c916d6e commit 6611561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)