From: Rafael J. Wysocki <[email protected]>
Drop a redundant backslash character at the end of a line in the
spr_cstates[] definition.
Signed-off-by: Rafael J. Wysocki <[email protected]>
---
drivers/idle/intel_idle.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-pm/drivers/idle/intel_idle.c
===================================================================
--- linux-pm.orig/drivers/idle/intel_idle.c
+++ linux-pm/drivers/idle/intel_idle.c
@@ -781,7 +781,7 @@ static struct cpuidle_state spr_cstates[
{
.name = "C1E",
.desc = "MWAIT 0x01",
- .flags = MWAIT2flg(0x01) | CPUIDLE_FLAG_ALWAYS_ENABLE | \
+ .flags = MWAIT2flg(0x01) | CPUIDLE_FLAG_ALWAYS_ENABLE |
CPUIDLE_FLAG_UNUSABLE,
.exit_latency = 2,
.target_residency = 4,
On Wednesday, March 16, 2022 9:56:42 AM CET Artem Bityutskiy wrote:
> On Tue, 2022-03-15 at 20:36 +0100, Rafael J. Wysocki wrote:
> > From: Rafael J. Wysocki <[email protected]>
> >
> > Drop a redundant backslash character at the end of a line in the
> > spr_cstates[] definition.
> >
> > Signed-off-by: Rafael J. Wysocki <[email protected]>
>
> Rafael, thanks for cleaning this up. Sorry for this.
No big deal. I'm taking this as an ACK. :-)