Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61c8c67e authored by Joe Perches's avatar Joe Perches Committed by Len Brown
Browse files

acpi-cpufreq: fix printk typo and indentation

parent 21671b88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -693,8 +693,8 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)
	if (perf->control_register.space_id == ACPI_ADR_SPACE_FIXED_HARDWARE &&
	    policy->cpuinfo.transition_latency > 20 * 1000) {
		policy->cpuinfo.transition_latency = 20 * 1000;
			printk_once(KERN_INFO "Capping off P-state tranision"
				    " latency at 20 uS\n");
		printk_once(KERN_INFO
			    "P-state transition latency capped at 20 uS\n");
	}

	/* table init */