From: Inaky Perez-Gonzalez <inaky.perez-gonzalez(a)intel.com>
---
src/sms.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/sms.c b/src/sms.c
index e648fd0..2b21e0c 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -851,6 +851,9 @@ enum sms_msg_send_flags {
* is created by tx_queue_entry_new() and g_queue_push_tail()
* appends that entry to the SMS transmit queue. Then the tx_next()
* function is scheduled to run to process the queue.
+ *
+ * @sms is the main SMS driver struct, @entry and @msg_list represent
+ * the current message being processed.
*/
static
struct tx_queue_entry *sms_msg_send(
--
1.6.6.1