]> Git Repo - linux.git/commitdiff
drm/imagination: Remove unneeded semicolon
authorYang Li <[email protected]>
Fri, 8 Dec 2023 00:30:34 +0000 (08:30 +0800)
committerMaxime Ripard <[email protected]>
Fri, 8 Dec 2023 09:25:06 +0000 (10:25 +0100)
./drivers/gpu/drm/imagination/pvr_fw_trace.c:251:2-3: Unneeded semicolon

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7694
Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/imagination/pvr_fw_trace.c

index 7159fc479001c49306dc668cfb9c69456d585b01..31199e45b72eadd78ae10ee059bba5bfa978d4a6 100644 (file)
@@ -248,7 +248,7 @@ static bool fw_trace_get_next(struct pvr_fw_trace_seq_data *trace_seq_data)
                        continue;
 
                return true;
-       };
+       }
 
        /* Hit end of trace data. */
        return false;
This page took 0.05887 seconds and 4 git commands to generate.