Commit 72607f37 authored by Xiang wangx's avatar Xiang wangx Committed by Mark Brown

regmap: cache: Fix syntax errors in comments

Delete the redundant word 'the'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220604041603.9697-1-wangxiang@cdjrlc.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent f2906aa8
...@@ -531,7 +531,7 @@ EXPORT_SYMBOL_GPL(regcache_mark_dirty); ...@@ -531,7 +531,7 @@ EXPORT_SYMBOL_GPL(regcache_mark_dirty);
* @enable: flag if changes should not be written to the cache * @enable: flag if changes should not be written to the cache
* *
* When a register map is marked with the cache bypass option, writes * 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 cache directly. This is useful when syncing the cache back to
* the hardware. * the hardware.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment