Linux Power Management development
 help / color / mirror / Atom feed
From: Mohan Kumar <mohankumar718@gmail.com>
To: rjw@rjwysocki.net
Cc: viresh.kumar@linaro.org, linux-pm@vger.kernel.org
Subject: [PATCH] drivers/cpufreq/acpi-cpufreq.c: This fixes the remove the unnecessary line break.
Date: Mon, 15 Apr 2019 12:21:56 +0300	[thread overview]
Message-ID: <1555320116-6071-1-git-send-email-mohankumar718@gmail.com> (raw)
In-Reply-To: <1555243658-11196-1-git-send-email-mohankumar718@gmail.com>

Remove the unnecessary line break.

Signed-off-by: Mohan Kumar <mohankumar718@gmail.com>
---
 drivers/cpufreq/acpi-cpufreq.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/cpufreq/acpi-cpufreq.c b/drivers/cpufreq/acpi-cpufreq.c
index 8030dcd..73bb2aa 100644
--- a/drivers/cpufreq/acpi-cpufreq.c
+++ b/drivers/cpufreq/acpi-cpufreq.c
@@ -458,8 +458,7 @@ static int acpi_cpufreq_target(struct cpufreq_policy *policy,
 	if (acpi_pstate_strict) {
 		if (!check_freqs(policy, mask,
 				 policy->freq_table[index].frequency)) {
-			pr_debug("%s (%d)\n",
-				__func__, policy->cpu);
+			pr_debug("%s (%d)\n", __func__, policy->cpu);
 			result = -EAGAIN;
 		}
 	}
-- 
2.7.4


  parent reply	other threads:[~2019-04-15  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-14 12:07 [PATCH] drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warning Mohan Kumar
2019-04-15  2:32 ` Viresh Kumar
2019-04-15  9:21 ` Mohan Kumar [this message]
2019-04-15  9:34   ` [PATCH] drivers/cpufreq/acpi-cpufreq.c: This fixes the remove the unnecessary line break Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1555320116-6071-1-git-send-email-mohankumar718@gmail.com \
    --to=mohankumar718@gmail.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox