[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220604041603.9697-1-wangxiang@cdjrlc.com>
Date: Sat, 4 Jun 2022 12:16:03 +0800
From: Xiang wangx <wangxiang@...rlc.com>
To: broonie@...nel.org, gregkh@...uxfoundation.org, rafael@...nel.org,
linux-kernel@...r.kernel.org
Cc: Xiang wangx <wangxiang@...rlc.com>
Subject: [PATCH] regmap: cache: Fix syntax errors in comments
Delete the redundant word 'the'.
Signed-off-by: Xiang wangx <wangxiang@...rlc.com>
---
drivers/base/regmap/regcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/base/regmap/regcache.c b/drivers/base/regmap/regcache.c
index d0f5bc827978..2eaffd3224c9 100644
--- a/drivers/base/regmap/regcache.c
+++ b/drivers/base/regmap/regcache.c
@@ -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.
*/
--
2.36.1
Powered by blists - more mailing lists