Fix: Make the name a bit clearer
authorDenis Kenzior <denkenz@gmail.com>
Thu, 15 Apr 2010 18:49:03 +0000 (13:49 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 15 Apr 2010 21:49:41 +0000 (16:49 -0500)
src/stk.c

index 195725c..733d13d 100644 (file)
--- a/src/stk.c
+++ b/src/stk.c
@@ -44,7 +44,7 @@ struct ofono_stk {
        struct ofono_atom *atom;
 };
 
-static void stk_cb_download_cb(const struct ofono_error *error,
+static void stk_cbs_download_cb(const struct ofono_error *error,
                                const unsigned char *data, int len, void *user)
 {
        if (error->type != OFONO_ERROR_TYPE_NO_ERROR) {
@@ -77,7 +77,7 @@ void __ofono_cbs_sim_download(struct ofono_stk *stk,
 
        memcpy(tlv + 8, pdu, pdu_len);
 
-       stk->driver->envelope(stk, pdu_len + 8, tlv, stk_cb_download_cb, stk);
+       stk->driver->envelope(stk, pdu_len + 8, tlv, stk_cbs_download_cb, stk);
 }
 
 void ofono_stk_proactive_command_notify(struct ofono_stk *stk,