Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f853d4e8 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

qcom: sysmon: Correct dest_ss comment text for sysmon_send_event



The dest_ss parameter passed in with the sysmon_send_event
function is no longer an enum. Correct the comment text to
reflect its change to a string.

Change-Id: Ie2727827f02a59c085924ce70ca37f4f41fc60e5
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent ec4b001e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ static int sysmon_send_msg(struct sysmon_subsys *ss, const char *tx_buf,

/**
 * sysmon_send_event() - Notify a subsystem of another's state change
 * @dest_ss:	ID of subsystem the notification should be sent to
 * @dest_ss:	String name of the subsystem the notification should be sent to
 * @event_ss:	String name of the subsystem that generated the notification
 * @notif:	ID of the notification type (ex. SUBSYS_BEFORE_SHUTDOWN)
 *