Skip to content

Commit 8fcb916

Browse files
committed
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>
1 parent 393fb31 commit 8fcb916

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/watchdog_perf.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ static int hardlockup_detector_event_create(void)
148148

149149
/**
150150
* watchdog_hardlockup_enable - Enable the local event
151-
*
152151
* @cpu: The CPU to enable hard lockup on.
153152
*/
154153
void watchdog_hardlockup_enable(unsigned int cpu)
@@ -167,7 +166,6 @@ void watchdog_hardlockup_enable(unsigned int cpu)
167166

168167
/**
169168
* watchdog_hardlockup_disable - Disable the local event
170-
*
171169
* @cpu: The CPU to enable hard lockup on.
172170
*/
173171
void watchdog_hardlockup_disable(unsigned int cpu)
@@ -277,7 +275,6 @@ int __init watchdog_hardlockup_probe(void)
277275

278276
/**
279277
* hardlockup_config_perf_event - Overwrite config of wd_hw_attr.
280-
*
281278
* @str: number which identifies the raw perf event to use
282279
*/
283280
void __init hardlockup_config_perf_event(const char *str)

0 commit comments

Comments
 (0)