We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b761ba + 5113ada commit 6214766Copy full SHA for 6214766
main.c
@@ -220,7 +220,7 @@ static void ai_one_work_func(struct work_struct *w)
220
tv_end = ktime_get();
221
222
nsecs = (s64) ktime_to_ns(ktime_sub(tv_end, tv_start));
223
- pr_info("kxo: [CPU#%d] doing %s for %llu usec\n", cpu, __func__,
+ pr_info("kxo: [CPU#%d] %s completed in %llu usec\n", cpu, __func__,
224
(unsigned long long) nsecs >> 10);
225
put_cpu();
226
}
@@ -254,7 +254,7 @@ static void ai_two_work_func(struct work_struct *w)
254
255
256
257
- pr_info("kxo: [CPU#%d] end doing %s for %llu usec\n", cpu, __func__,
258
259
260
0 commit comments