Skip to content

Commit cd6e4fa

Browse files
Liao Yuanhongrostedt
authored andcommitted
ring-buffer: Remove redundant semicolons
Remove unnecessary semicolons. Cc: Masami Hiramatsu <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Liao Yuanhong <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 6a909ea commit cd6e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/ring_buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7666,7 +7666,7 @@ static __init int test_ringbuffer(void)
76667666
rb_test_started = true;
76677667

76687668
set_current_state(TASK_INTERRUPTIBLE);
7669-
/* Just run for 10 seconds */;
7669+
/* Just run for 10 seconds */
76707670
schedule_timeout(10 * HZ);
76717671

76727672
kthread_stop(rb_hammer);

0 commit comments

Comments
 (0)