kernel: Fix style issues
This commit is contained in:
@@ -290,7 +290,7 @@ simple_estimate_max_scheduling_latency(Thread* thread)
|
||||
|
||||
|
||||
static int32
|
||||
reschedule_event(timer *unused)
|
||||
reschedule_event(timer* /* unused */)
|
||||
{
|
||||
// This function is called as a result of the timer event set by the
|
||||
// scheduler. Make sure the reschedule() is invoked.
|
||||
|
||||
Reference in New Issue
Block a user