Skip to content

Commit ab788aa

Browse files
committed
Revert "[lts 8.6-rt] ooops all breaks"
This reverts commit f14fb84.
1 parent f14fb84 commit ab788aa

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
@@ -702,7 +702,7 @@ struct task_struct_rh {
702702
#endif
703703

704704
/* pointer back to the main task_struct */
705-
struct task_struct *task_struct //oops all breaks
705+
struct task_struct *task_struct;
706706
int trc_reader_nesting;
707707
int trc_ipi_to_cpu;
708708
union rcu_special trc_reader_special;

0 commit comments

Comments
 (0)