From patchwork Wed May 30 07:15:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kejun ZHOU X-Patchwork-Id: 9043 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 9913223E37 for ; Wed, 30 May 2012 07:16:36 +0000 (UTC) Received: from mail-gh0-f178.google.com (mail-gh0-f178.google.com [209.85.160.178]) by fiordland.canonical.com (Postfix) with ESMTP id 6212AA18153 for ; Wed, 30 May 2012 07:16:36 +0000 (UTC) Received: by ghbf1 with SMTP id f1so2972602ghb.37 for ; Wed, 30 May 2012 00:16:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=rRcHLEfbNp+PlDKJVxpaEAPmSIVDgEbmK/ki30HaMYg=; b=lo6b+e6eB1BrCa9ZEmmAP8OPrYyWuxvr1GgPwbmnQ32AxIz6OY8cOgsQMo1qQc26Z+ Q/QqOLoYBtfPu2o9GM+liy/SRQ5/EyBy4oSsGDhPJZyhdM96Q4C+cWLflEztZ80iX3qb Hm6f0LqPbKq15TSC4bOX1MC2eJlUkNuT7V3MNHN9XvzSVQYtPcoMxxePGdgQ+7OwmZIH Big8XHA1jM9tZc67495rA8TNKhuDYRDMYJqtRit+CEeyzvrA9UkmBqG49DL5+QSpG/5w QNvoBFIirkdZB1sHngzw2ztwTeInDMtJU5Fi/7OYtxqBsUZrjGfGv5qmH+B3tFhDT07C y0dQ== Received: by 10.50.160.198 with SMTP id xm6mr138597igb.0.1338362195762; Wed, 30 May 2012 00:16:35 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp175209ibb; Wed, 30 May 2012 00:16:35 -0700 (PDT) Received: by 10.68.239.161 with SMTP id vt1mr26809812pbc.15.1338362195069; Wed, 30 May 2012 00:16:35 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id hc10si23607773pbc.121.2012.05.30.00.16.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 May 2012 00:16:35 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of kejun.zhou@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of kejun.zhou@linaro.org) smtp.mail=kejun.zhou@linaro.org Received: by pbbrr4 with SMTP id rr4so8022940pbb.37 for ; Wed, 30 May 2012 00:16:34 -0700 (PDT) Received: by 10.68.136.69 with SMTP id py5mr46465862pbb.115.1338362194793; Wed, 30 May 2012 00:16:34 -0700 (PDT) Received: from localhost.localdomain ([118.143.64.134]) by mx.google.com with ESMTPS id mt9sm25523202pbb.14.2012.05.30.00.16.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 May 2012 00:16:34 -0700 (PDT) From: "kejun.zhou" To: hongbo.zhang@linaro.org Cc: patches@linaro.org, linaro-dev@lists.linaro.org, "kejun.zhou" Subject: [PATCH] Update to C-style comments Date: Wed, 30 May 2012 15:15:58 +0800 Message-Id: <1338362158-24200-1-git-send-email-kejun.zhou@linaro.org> X-Mailer: git-send-email 1.7.0.4 X-Gm-Message-State: ALoCoQkfrxHplZaw3IEnN1FFrLSPsCwQzm+8x6Z4NLkrEpPEXhfFQpYL+LXYqdAn7djd9Gyd9F/9 Signed-off-by: kejun.zhou --- cpuidle/cpuidle_killer.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cpuidle/cpuidle_killer.c b/cpuidle/cpuidle_killer.c index c8910f4..0e4d666 100644 --- a/cpuidle/cpuidle_killer.c +++ b/cpuidle/cpuidle_killer.c @@ -5,8 +5,10 @@ #ifndef ANDROID #include #else -// As of 4.0.4, Bionic doesn't provide the timex/adjtimex interface -// However, the kernel does... +/* +* As of 4.0.4, Bionic doesn't provide the timex/adjtimex interface +* However, the kernel does... +*/ #include // for struct timex #include // for __NR_adjtimex static int adjtimex(struct timex *buf) {