Skip to content

Commit aad6b35

Browse files
ColinIanKingbroonie
authored andcommitted
regmap: maple: Remove second semicolon
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4cece76 commit aad6b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/regmap/regcache-maple.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ static int regcache_maple_exit(struct regmap *map)
294294
{
295295
struct maple_tree *mt = map->cache;
296296
MA_STATE(mas, mt, 0, UINT_MAX);
297-
unsigned int *entry;;
297+
unsigned int *entry;
298298

299299
/* if we've already been called then just return */
300300
if (!mt)

0 commit comments

Comments
 (0)