We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df43616 commit fa20b7dCopy full SHA for fa20b7d
include/linux/sched.h
@@ -700,7 +700,7 @@ struct task_struct_rh {
700
#endif
701
702
/* pointer back to the main task_struct */
703
- struct task_struct *task_struct // ooops only break;
+ struct task_struct *task_struct; // ooops only break;
704
int trc_reader_nesting;
705
int trc_ipi_to_cpu;
706
union rcu_special trc_reader_special;
0 commit comments