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 --- pwr.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pwr.c') diff --git a/pwr.c b/pwr.c index 09241fa..35f9b43 100644 --- a/pwr.c +++ b/pwr.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 . * */ @@ -25,7 +25,7 @@ #include "samsung-ril.h" #include "util.h" -/** +/* * Out: RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED * Modem lets us know it's powered on. Though, it's still in LPM and should * be considered as OFF. Send this to update RILJ radio state (OFF) @@ -44,7 +44,7 @@ void ipc_pwr_phone_reset(void) ril_request_unsolicited(RIL_UNSOL_RESPONSE_RADIO_STATE_CHANGED, NULL, 0); } -/** +/* * In: IPC_PWR_PHONE_STATE * Noti from the modem giving current power mode (LPM or NORMAL) * LPM = Low Power Mode (airplane mode for instance) @@ -87,7 +87,7 @@ void ipc_pwr_phone_state(struct ipc_message_info *info) ril_tokens_check(); } -/** +/* * In: RIL_REQUEST_RADIO_POWER * Request ON or OFF radio power mode * -- cgit v1.1