summaryrefslogtreecommitdiffstats
path: root/ipc.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-03-30 22:55:41 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-03-30 22:55:41 +0100
commit1d7586e33efcb5d96df6eda2e744ecc2721c3e4e (patch)
tree8eed230626f164a073f81cb5db9dc4d8ae49bed1 /ipc.c
parent454fb0bb71710cdcdd9917738aa785465da5cb31 (diff)
downloadhardware_ril_samsung-ril-1d7586e33efcb5d96df6eda2e744ecc2721c3e4e.zip
hardware_ril_samsung-ril-1d7586e33efcb5d96df6eda2e744ecc2721c3e4e.tar.gz
hardware_ril_samsung-ril-1d7586e33efcb5d96df6eda2e744ecc2721c3e4e.tar.bz2
Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ipc.c b/ipc.c
index 6d3138a..fe6c79f 100644
--- a/ipc.c
+++ b/ipc.c
@@ -1,21 +1,21 @@
-/**
- * This file is part of samsung-ril.
+/*
+ * This file is part of Samsung-RIL.
*
* Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
* Copyright (C) 2011-2012 Paul Kocialkowski <contact@paulk.fr>
*
- * samsung-ril is free software: you can redistribute it and/or modify
+ * Samsung-RIL is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * samsung-ril is distributed in the hope that it will be useful,
+ * Samsung-RIL is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with samsung-ril. If not, see <http://www.gnu.org/licenses/>.
+ * along with Samsung-RIL. If not, see <http://www.gnu.org/licenses/>.
*
*/
@@ -25,7 +25,7 @@
#include "samsung-ril.h"
#include <radio.h>
-/**
+/*
* IPC shared
*/
@@ -34,7 +34,7 @@ void ipc_log_handler(const char *message, void *user_data)
LOGD("ipc: %s", message);
}
-/**
+/*
* IPC FMT
*/
@@ -227,7 +227,7 @@ int ipc_fmt_destroy(struct ril_client *client)
return 0;
}
-/**
+/*
* IPC RFS
*/