o acpi/processor.o: fix up seq_file conversion, add missing comma

parent 72555cc0
......@@ -1971,7 +1971,7 @@ static int acpi_processor_power_seq_show(struct seq_file *seq, void *offset)
seq_printf(seq, "active state: C%d\n"
"default state: C%d\n"
"bus master activity: %08x\n"
"bus master activity: %08x\n",
pr->power.state,
pr->power.default_state,
pr->power.bm_activity);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment