OSDN Git Service

of: unittest: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 7 Jan 2022 00:28:26 +0000 (08:28 +0800)
committerRob Herring <robh@kernel.org>
Sat, 8 Jan 2022 14:50:39 +0000 (08:50 -0600)
Eliminate the following coccicheck warning:
./drivers/of/unittest.c:1961:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220107002826.77939-1-yang.lee@linux.alibaba.com
drivers/of/unittest.c

index ab4f61c..7099210 100644 (file)
@@ -1958,7 +1958,7 @@ static void of_unittest_remove_tracked_overlays(void)
                                __func__, overlay_name, ret);
                }
                of_unittest_untrack_overlay(save_ovcs_id);
-       };
+       }
 
 }