Commit 5feeb783 authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

sched: Fix kerneldoc comment for ia64_set_curr_task



Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Cc: Aaron Lu <aaron.lwe@gmail.com>
Cc: Valentin Schneider <valentin.schneider@arm.com>
Cc: mingo@kernel.org
Cc: Phil Auld <pauld@redhat.com>
Cc: Julien Desfossez <jdesfossez@digitalocean.com>
Cc: Nishanth Aravamudan <naravamudan@digitalocean.com>
Link: https://lkml.kernel.org/r/fde3a65ea3091ec6b84dac3c19639f85f452c5d1.1559129225.git.vpillai@digitalocean.com
parent 99d84bf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6772,7 +6772,7 @@ struct task_struct *curr_task(int cpu)

#ifdef CONFIG_IA64
/**
 * set_curr_task - set the current task for a given CPU.
 * ia64_set_curr_task - set the current task for a given CPU.
 * @cpu: the processor in question.
 * @p: the task pointer to set.
 *