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 0aa058b..0c5b4c5 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -795,6 +795,9 @@ static void sms_msg_dbus_destroy(void *_dbus_path)
* 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