Skip to content

Commit 6b6819b

Browse files
committed
Fix missing semicolon
Testing resubmission fix
1 parent e3f5767 commit 6b6819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ struct kmap_ctrl {
677677
#endif
678678
};
679679

680-
struct task_struct // oops only breaks
680+
struct task_struct; // oops only breaks
681681

682682
struct task_struct_rh {
683683
/* Empty if CONFIG_POSIX_CPUTIMERS=n */

0 commit comments

Comments
 (0)