From 1d7586e33efcb5d96df6eda2e744ecc2721c3e4e Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 30 Mar 2013 22:55:41 +0100 Subject: Rename samsung-ril to Samsung-RIL, refactor Android.mk and comments style Signed-off-by: Paul Kocialkowski --- samsung-ril.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'samsung-ril.c') diff --git a/samsung-ril.c b/samsung-ril.c index 1757f21..9bfa335 100644 --- a/samsung-ril.c +++ b/samsung-ril.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 * Copyright (C) 2011-2012 Paul Kocialkowski * - * 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 . + * along with Samsung-RIL. If not, see . * */ @@ -23,7 +23,7 @@ #include "samsung-ril.h" #include "util.h" -/** +/* * Samsung-RIL TODO: * * General: @@ -31,13 +31,13 @@ * - Review code with requests that produce GEN_PHONE_RES messages to use the GEN_PHONE_RES engine */ -/** +/* * RIL data */ struct ril_data ril_data; -/** +/* * RIL requests */ @@ -241,7 +241,7 @@ void ril_request_timed_callback(RIL_TimedCallback callback, void *data, const st ril_data.env->RequestTimedCallback(callback, data, time); } -/** +/* * RIL tokens */ @@ -266,7 +266,7 @@ void ril_tokens_check(void) } } -/** +/* * Clients dispatch functions */ @@ -655,7 +655,7 @@ const char *ril_get_version(void) return RIL_VERSION_STRING; } -/** +/* * RIL init */ @@ -666,7 +666,7 @@ void ril_data_init(void) pthread_mutex_init(&ril_data.mutex, NULL); } -/** +/* * RIL interface */ -- cgit v1.1