diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2012-11-01 19:22:51 +0100 |
|---|---|---|
| committer | Paul Kocialkowski <contact@paulk.fr> | 2012-11-01 19:22:51 +0100 |
| commit | 0e977b26f4478c239aa8885e474c28bbca16120b (patch) | |
| tree | a1603e53d52a8660d5b2808bc09fc8954c299a47 /gen.c | |
| parent | aae9dcc92251b0332ee8ed9599db586fa4deb767 (diff) | |
| download | hardware_replicant_libsamsung-ril-0e977b26f4478c239aa8885e474c28bbca16120b.tar.gz hardware_replicant_libsamsung-ril-0e977b26f4478c239aa8885e474c28bbca16120b.tar.bz2 hardware_replicant_libsamsung-ril-0e977b26f4478c239aa8885e474c28bbca16120b.zip | |
GEN: Change function name to match naming style
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'gen.c')
| -rw-r--r-- | gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
