mgcp_e1: cosmetic: rewrite comment

Change-Id: I405cf464c052a2ab1461c3a8ba96665a3bc30341
This commit is contained in:
Philipp Maier 2023-03-02 12:04:16 +01:00 committed by laforge
parent b6795ddfd2
commit 3ccf02a300
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static void e1_recv_cb(struct e1inp_ts *ts, struct msgb *msg)
/* Trigger sending of pending E1 traffic */
e1_send_ts_frame(ts, trunk);
/* e1inp_rx_ts() does not free() msgb */
/* e1inp_rx_ts(), the caller of this callback does not free() msgb. */
msgb_free(msg);
}