Skip to content

Commit 212c9b9

Browse files
author
Tzung-Bi Shih
committed
platform/chrome: fix kernel-doc warning for last_resume_result
Fix the following kernel-doc warning: $ ./scripts/kernel-doc -none include/linux/platform_data/cros_ec_proto.h include/linux/platform_data/cros_ec_proto.h:187: warning: Function parameter or member 'last_resume_result' not described in 'cros_ec_device' Cc: Evan Green <[email protected]> Fixes: 8c3166e ("mfd / platform: cros_ec_debugfs: Expose resume result via debugfs") Signed-off-by: Tzung-Bi Shih <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 20eb556 commit 212c9b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/linux/platform_data/cros_ec_proto.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ struct cros_ec_command {
136136
* transition failure if the sleep signal is not
137137
* asserted. See also struct
138138
* ec_params_host_sleep_event_v1 in cros_ec_commands.h.
139+
* @last_resume_result: The number of sleep power signal transitions that
140+
* occurred since the suspend message. The high bit
141+
* indicates a timeout occurred. See also struct
142+
* ec_response_host_sleep_event_v1 in cros_ec_commands.h.
139143
* @last_event_time: exact time from the hard irq when we got notified of
140144
* a new event.
141145
* @notifier_ready: The notifier_block to let the kernel re-query EC

0 commit comments

Comments
 (0)