Skip to content

Commit 03eb652

Browse files
committed
cpuidle: intel_idle: Drop redundant backslash at line end
Drop a redundant backslash character at the end of a line in the spr_cstates[] definition. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent a335b1e commit 03eb652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/idle/intel_idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ static struct cpuidle_state spr_cstates[] __initdata = {
781781
{
782782
.name = "C1E",
783783
.desc = "MWAIT 0x01",
784-
.flags = MWAIT2flg(0x01) | CPUIDLE_FLAG_ALWAYS_ENABLE | \
784+
.flags = MWAIT2flg(0x01) | CPUIDLE_FLAG_ALWAYS_ENABLE |
785785
CPUIDLE_FLAG_UNUSABLE,
786786
.exit_latency = 2,
787787
.target_residency = 4,

0 commit comments

Comments
 (0)