powerpc/cputime.h: delete duplicated word
Drop the repeated word "use". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200726003809.20454-4-rdunlap@infradead.org
This commit is contained in:
parent
92be1fca08
commit
dc9bf323d6
|
@ -67,7 +67,7 @@ static inline void arch_vtime_task_switch(struct task_struct *prev)
|
|||
|
||||
/*
|
||||
* account_cpu_user_entry/exit runs "unreconciled", so can't trace,
|
||||
* can't use use get_paca()
|
||||
* can't use get_paca()
|
||||
*/
|
||||
static notrace inline void account_cpu_user_entry(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue