projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cece76
)
regmap: maple: Remove second semicolon
author
Colin Ian King
<colin.i.king@gmail.com>
Fri, 15 Mar 2024 08:44:17 +0000
(08:44 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 25 Mar 2024 00:47:58 +0000
(
00:47
+0000)
There is a statement with two semicolons. Remove the second one, it
is redundant.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://msgid.link/r/20240315084417.2427797-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache-maple.c
patch
|
blob
|
history
diff --git
a/drivers/base/regmap/regcache-maple.c
b/drivers/base/regmap/regcache-maple.c
index 41edd6a430eb457a76db36e8b7e9c58758bf2fe4..762eb2da70b5040774fa04738833bdf6f6e43218 100644
(file)
--- a/
drivers/base/regmap/regcache-maple.c
+++ b/
drivers/base/regmap/regcache-maple.c
@@
-294,7
+294,7
@@
static int regcache_maple_exit(struct regmap *map)
{
struct maple_tree *mt = map->cache;
MA_STATE(mas, mt, 0, UINT_MAX);
- unsigned int *entry;
;
+ unsigned int *entry;
/* if we've already been called then just return */
if (!mt)