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 --- disp.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'disp.c') diff --git a/disp.c b/disp.c index 5db34fe..eb0f7b5 100644 --- a/disp.c +++ b/disp.c @@ -1,5 +1,5 @@ -/** - * 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 @@ -7,18 +7,18 @@ * Based on CyanogenMod Smdk4210RIL implementation * Copyright (C) 2011 The CyanogenMod Project * - * 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 . * */ @@ -28,7 +28,7 @@ #include "samsung-ril.h" #include "util.h" -/** +/* * Converts IPC RSSI to Android RIL format */ #if RIL_VERSION >= 6 -- cgit v1.2.3