summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-11-01 19:22:51 +0100
committerPaul Kocialkowski <contact@paulk.fr>2012-11-01 19:22:51 +0100
commit0e977b26f4478c239aa8885e474c28bbca16120b (patch)
treea1603e53d52a8660d5b2808bc09fc8954c299a47
parentaae9dcc92251b0332ee8ed9599db586fa4deb767 (diff)
downloadhardware_ril_samsung-ril-0e977b26f4478c239aa8885e474c28bbca16120b.zip
hardware_ril_samsung-ril-0e977b26f4478c239aa8885e474c28bbca16120b.tar.gz
hardware_ril_samsung-ril-0e977b26f4478c239aa8885e474c28bbca16120b.tar.bz2
GEN: Change function name to match naming style
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--gen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen.c b/gen.c
index 86b2726..2f8e358 100644
--- a/gen.c
+++ b/gen.c
@@ -104,7 +104,7 @@ list_continue:
}
}
-struct ipc_gen_phone_res_expect_info *ipc_gen_phone_res_expect_find_aseq(unsigned char aseq)
+struct ipc_gen_phone_res_expect_info *ipc_gen_phone_res_expect_info_find_aseq(unsigned char aseq)
{
struct ipc_gen_phone_res_expect_info *expect;
struct list_head *list;
@@ -160,7 +160,7 @@ void ipc_gen_phone_res(struct ipc_message_info *info)
return;
phone_res = (struct ipc_gen_phone_res *) info->data;
- expect = ipc_gen_phone_res_expect_find_aseq(info->aseq);
+ expect = ipc_gen_phone_res_expect_info_find_aseq(info->aseq);
if(expect == NULL) {
LOGD("aseq: 0x%x not found in the IPC_GEN_PHONE_RES queue", info->aseq);