diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-26 03:38:03 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-07-26 17:01:31 +0300 |
commit | dc9bf323d6b8996d22c111add0ac8b0c895dcf52 (patch) | |
tree | a6c2a62e2234c87df7b84032a27d39df091ef19e /arch/powerpc/include/asm/cputime.h | |
parent | 92be1fca08eabe8ab083b1dfccd3e932b4fb6f1a (diff) | |
download | linux-dc9bf323d6b8996d22c111add0ac8b0c895dcf52.tar.xz |
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
Diffstat (limited to 'arch/powerpc/include/asm/cputime.h')
-rw-r--r-- | arch/powerpc/include/asm/cputime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/cputime.h b/arch/powerpc/include/asm/cputime.h index 9335b93924b4..ed75d1c318e3 100644 --- a/arch/powerpc/include/asm/cputime.h +++ b/arch/powerpc/include/asm/cputime.h @@ -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) { |