diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2024-05-05 02:41:07 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-05-08 18:41:29 +0300 |
commit | 8fcb916cac8985188a3f825966ffa99507a90cb1 (patch) | |
tree | c03fd5982ae159c0ae1d3a8be6f4cd9b2ef973f6 | |
parent | 393fb313a2e150b768e4850658679e2afff431e9 (diff) | |
download | linux-8fcb916cac8985188a3f825966ffa99507a90cb1.tar.xz |
kernel/watchdog_perf.c: tidy up kerneldoc
It is unconventional to have a blank line between name-of-function and
description-of-args.
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Song Liu <song@kernel.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: Ryusuke Konishi <konishi.ryusuke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r-- | kernel/watchdog_perf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/watchdog_perf.c b/kernel/watchdog_perf.c index 5f7d1f0d4268..d577c4a8321e 100644 --- a/kernel/watchdog_perf.c +++ b/kernel/watchdog_perf.c @@ -148,7 +148,6 @@ static int hardlockup_detector_event_create(void) /** * watchdog_hardlockup_enable - Enable the local event - * * @cpu: The CPU to enable hard lockup on. */ void watchdog_hardlockup_enable(unsigned int cpu) @@ -167,7 +166,6 @@ void watchdog_hardlockup_enable(unsigned int cpu) /** * watchdog_hardlockup_disable - Disable the local event - * * @cpu: The CPU to enable hard lockup on. */ void watchdog_hardlockup_disable(unsigned int cpu) @@ -277,7 +275,6 @@ int __init watchdog_hardlockup_probe(void) /** * hardlockup_config_perf_event - Overwrite config of wd_hw_attr. - * * @str: number which identifies the raw perf event to use */ void __init hardlockup_config_perf_event(const char *str) |