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

Commit b2076f31 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "qcom: sysmon: Correct dest_ss comment text for sysmon_send_event"

parents 2b45d734 f853d4e8
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)
 *