Skip to content

Commit

Permalink
kernel/watchdog_perf.c: tidy up kerneldoc
Browse files Browse the repository at this point in the history
It is unconventional to have a blank line between name-of-function and
description-of-args.

Cc: Peter Zijlstra <[email protected]>
Cc: Song Liu <[email protected]>
Cc: "Matthew Wilcox (Oracle)" <[email protected]>
Cc: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
akpm00 committed May 8, 2024
1 parent 393fb31 commit 8fcb916
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kernel/watchdog_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8fcb916

Please sign in to comment.