From patchwork Thu Sep 12 05:25:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 19985 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vc0-f198.google.com (mail-vc0-f198.google.com [209.85.220.198]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 9D35C20F59 for ; Thu, 12 Sep 2013 05:26:53 +0000 (UTC) Received: by mail-vc0-f198.google.com with SMTP id ht10sf11372711vcb.9 for ; Wed, 11 Sep 2013 22:26:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:in-reply-to:references :x-original-sender:x-original-authentication-results:precedence :mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=tlnQ6Cxb9ZFXBoADoB4JB2qLiA66+1Q41hTNA/z/RkQ=; b=WRnJ9BdlHp0z5KwBh7YpDzoF00Sb9Yn/RezoFS+kC8ivEzSbAhJ+S0Ku7lor8A2l4K iAKIZebgRxzsIwp9hLD3eC26L0RzhkmF7JDJlupMEBA5SNNeCeUuLJ+6W6UlHLr+Slmy 8AO0R17HwajWX2wbU4RKlN87BprwYskcxkoqiolhmN0ILKcn5GcbtFrTuLZt3/9hP6JS zFPXRJKh3Kq9OczvpGYjfAidCnWDdxuX/c+IMVyR4kaE8hcW6dca/5sAxxAL9b0jRG4O m66zcFAvZNYY18nkxd4a7A+2ZP3p2bU0gvUaeQQcYCCU15NusxHEuKtP4dpyQE6/tnen J0rw== X-Gm-Message-State: ALoCoQmSo6PmEY8N6DuUZrlYJeq75tUBGUfVw3n+1HUTEOyiw1gnj+yT5lJet0bv3w+SLfBEJD0B X-Received: by 10.236.94.205 with SMTP id n53mr2119302yhf.44.1378963613037; Wed, 11 Sep 2013 22:26:53 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.35.10 with SMTP id d10ls589084qej.19.gmail; Wed, 11 Sep 2013 22:26:52 -0700 (PDT) X-Received: by 10.52.230.233 with SMTP id tb9mr4021819vdc.17.1378963612799; Wed, 11 Sep 2013 22:26:52 -0700 (PDT) Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) by mx.google.com with ESMTPS id dp7si659731ved.35.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 22:26:52 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.50 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.50; Received: by mail-vb0-f50.google.com with SMTP id x14so6797696vbb.23 for ; Wed, 11 Sep 2013 22:26:52 -0700 (PDT) X-Received: by 10.58.75.131 with SMTP id c3mr1388267vew.12.1378963612688; Wed, 11 Sep 2013 22:26:52 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.174.196 with SMTP id u4csp856vcz; Wed, 11 Sep 2013 22:26:52 -0700 (PDT) X-Received: by 10.66.122.100 with SMTP id lr4mr1120109pab.164.1378963611812; Wed, 11 Sep 2013 22:26:51 -0700 (PDT) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx.google.com with ESMTPS id pz2si4814887pac.115.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 22:26:51 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.50 is neither permitted nor denied by best guess record for domain of viresh.kumar@linaro.org) client-ip=209.85.220.50; Received: by mail-pa0-f50.google.com with SMTP id fb10so618444pad.9 for ; Wed, 11 Sep 2013 22:26:51 -0700 (PDT) X-Received: by 10.68.253.227 with SMTP id ad3mr70585pbd.189.1378963611456; Wed, 11 Sep 2013 22:26:51 -0700 (PDT) Received: from localhost ([106.197.36.204]) by mx.google.com with ESMTPSA id xe9sm8026118pab.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 11 Sep 2013 22:26:50 -0700 (PDT) From: Viresh Kumar To: rjw@sisk.pl, swarren@wwwdotorg.org, srivatsa.bhat@linux.vnet.ibm.com Cc: linaro-kernel@lists.linaro.org, patches@linaro.org, cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Viresh Kumar Subject: [PATCH 2/5] cpufreq: don't break string in print statements Date: Thu, 12 Sep 2013 10:55:45 +0530 Message-Id: X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e In-Reply-To: References: In-Reply-To: References: X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: viresh.kumar@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.50 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , As a rule its better not to break string (quoted inside "") in a print statement even if it crosses 80 column boundary as that may introduce unwanted bugs and so this patch rewrites one of the print statements.. Signed-off-by: Viresh Kumar Reviewed-by: Srivatsa S. Bhat --- drivers/cpufreq/cpufreq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 28477eb..31f7845 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -1192,8 +1192,8 @@ static int __cpufreq_remove_dev_prepare(struct device *dev, unlock_policy_rwsem_write(cpu); if (!frozen) { - pr_debug("%s: policy Kobject moved to cpu: %d " - "from: %d\n",__func__, new_cpu, cpu); + pr_debug("%s: policy Kobject moved to cpu: %d from: %d\n", + __func__, new_cpu, cpu); } } }