hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/oprofile/oprofile_perf.c
....@@ -46,8 +46,8 @@
4646 if (id != num_counters)
4747 oprofile_add_sample(regs, id);
4848 else
49
- pr_warning("oprofile: ignoring spurious overflow "
50
- "on cpu %u\n", cpu);
49
+ pr_warn("oprofile: ignoring spurious overflow on cpu %u\n",
50
+ cpu);
5151 }
5252
5353 /*
....@@ -88,8 +88,8 @@
8888
8989 if (pevent->state != PERF_EVENT_STATE_ACTIVE) {
9090 perf_event_release_kernel(pevent);
91
- pr_warning("oprofile: failed to enable event %d "
92
- "on CPU %d\n", event, cpu);
91
+ pr_warn("oprofile: failed to enable event %d on CPU %d\n",
92
+ event, cpu);
9393 return -EBUSY;
9494 }
9595