PM: sleep: unmark 'state' functions as kernel-doc
Fix kernel-doc warnings in kernel/power/main.c by unmarking the comment block as kernel-doc notation. This eliminates the following kernel-doc warnings: kernel/power/main.c:593: warning: expecting prototype for state(). Prototype was for state_show() instead kernel/power/main.c:593: warning: Function parameter or member 'kobj' not described in 'state_show' kernel/power/main.c:593: warning: Function parameter or member 'attr' not described in 'state_show' kernel/power/main.c:593: warning: Function parameter or member 'buf' not described in 'state_show' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
4fac49fd0a
commit
dbcfa7156f
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ static inline void pm_print_times_init(void) {}
|
|||
|
||||
struct kobject *power_kobj;
|
||||
|
||||
/**
|
||||
/*
|
||||
* state - control system sleep states.
|
||||
*
|
||||
* show() returns available sleep state labels, which may be "mem", "standby",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue