diff options
author | Helge Deller <deller@gmx.de> | 2023-06-30 12:37:50 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-06-30 17:14:15 +0200 |
commit | 5f0c791dcd3c7d324f2fa14f228bdcd156730015 (patch) | |
tree | 7e301d42d6ee0e1d2420df1b57daf94bdd25a2c1 | |
parent | b5d89408b9fb21258f7c371d6d48a674f60f7181 (diff) | |
download | linux-5f0c791dcd3c7d324f2fa14f228bdcd156730015.tar.gz linux-5f0c791dcd3c7d324f2fa14f228bdcd156730015.tar.bz2 linux-5f0c791dcd3c7d324f2fa14f228bdcd156730015.zip |
parisc: processor: Fix kdoc for init_cpu_profiler()
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | arch/parisc/kernel/processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index ba07e760d3c7..00b0df97afb1 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c @@ -58,7 +58,7 @@ DEFINE_PER_CPU(struct cpuinfo_parisc, cpu_data); */ /** - * init_cpu_profiler - enable/setup per cpu profiling hooks. + * init_percpu_prof - enable/setup per cpu profiling hooks. * @cpunum: The processor instance. * * FIXME: doesn't do much yet... |