We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c916d6e commit 6611561Copy full SHA for 6611561
include/linux/regmap.h
@@ -275,7 +275,7 @@ typedef void (*regmap_unlock)(void *);
275
* readable if it belongs to one of the ranges specified
276
* by rd_noinc_table).
277
* @disable_locking: This regmap is either protected by external means or
278
- * is guaranteed not be be accessed from multiple threads.
+ * is guaranteed not to be accessed from multiple threads.
279
* Don't use any locking mechanisms.
280
* @lock: Optional lock callback (overrides regmap's default lock
281
* function, based on spinlock or mutex).
0 commit comments