diff mbox series

drivers/cpufreq/acpi-cpufreq.c: This fixes the remove the unnecessary line break.

Message ID 1555320116-6071-1-git-send-email-mohankumar718@gmail.com (mailing list archive)
State Changes Requested, archived
Headers show
Series drivers/cpufreq/acpi-cpufreq.c: This fixes the remove the unnecessary line break. | expand

Commit Message

Mohan Kumar April 15, 2019, 9:21 a.m. UTC
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(-)

Comments

Viresh Kumar April 15, 2019, 9:34 a.m. UTC | #1
On 15-04-19, 12:21, Mohan Kumar wrote:
> 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;
>  		}
>  	}

Please fix the earlier patch with this and resend.
diff mbox series

Patch

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;
 		}
 	}