]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
lib/test_maple_tree.c: remove redundant semicolons
authorLiao Yuanhong <liaoyuanhong@vivo.com>
Wed, 13 Aug 2025 09:45:43 +0000 (17:45 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Sep 2025 00:24:58 +0000 (17:24 -0700)
Remove unnecessary semicolons.

Link: https://lkml.kernel.org/r/20250813094543.555906-1-liaoyuanhong@vivo.com
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/test_maple_tree.c

index cb3936595b0d56a9682ff100eba54693a1427829..1433ecc854cb9975c23b658dd15f7dc11f1830d1 100644 (file)
@@ -3562,7 +3562,7 @@ static noinline void __init check_state_handling(struct maple_tree *mt)
        MT_BUG_ON(mt, mas.last != 0x1500);
        MT_BUG_ON(mt, !mas_is_active(&mas));
 
-       /* find: start ->active on value */;
+       /* find: start ->active on value */
        mas_set(&mas, 1200);
        entry = mas_find(&mas, ULONG_MAX);
        MT_BUG_ON(mt, entry != ptr);