mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
regmap: cache: Fix syntax errors in comments
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220604041603.9697-1-wangxiang@cdjrlc.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
f2906aa863
commit
72607f372c
|
|
@ -531,7 +531,7 @@ EXPORT_SYMBOL_GPL(regcache_mark_dirty);
|
|||
* @enable: flag if changes should not be written to the cache
|
||||
*
|
||||
* When a register map is marked with the cache bypass option, writes
|
||||
* to the register map API will only update the hardware and not the
|
||||
* to the register map API will only update the hardware and not
|
||||
* the cache directly. This is useful when syncing the cache back to
|
||||
* the hardware.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user