PM: sleep: unmark 'state' functions as kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 10 Aug 2021 01:44:42 +0000 (18:44 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 16 Aug 2021 16:49:39 +0000 (18:49 +0200)
commitdbcfa7156f48ebb72dfc8f4e5d702af8ca1d4b3a
treeb9616f2b58fa0e818a356c2435df8b97b1b76137
parent4fac49fd0a349aa3afb3ad7ec778a00592c7ab59
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>
kernel/power/main.c