Add newline at the end of the files. Use built in keywords properly.

This commit is contained in:
Enrico Fraccaroli
2022-12-13 14:31:27 -05:00
parent 0965669f4b
commit 3f73b8d8a0
26 changed files with 46 additions and 48 deletions
+1 -1
View File
@@ -738,4 +738,4 @@ int sys_waitperiod()
// Tell the scheduler that we have executed the periodic process.
current->se.executed = true;
return 0;
}
}
+1 -1
View File
@@ -247,4 +247,4 @@ static void __update_task_statistics(task_struct *task)
task->se.vruntime += /* ... */;
}
#endif
}
}
+1 -1
View File
@@ -42,4 +42,4 @@ void remove_wait_queue(wait_queue_head_t *head, wait_queue_entry_t *wq)
spinlock_lock(&head->lock);
__remove_wait_queue(head, wq);
spinlock_unlock(&head->lock);
}
}