File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ static void ai_one_work_func(struct work_struct *w)
220
220
tv_end = ktime_get ();
221
221
222
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__ ,
223
+ pr_info ("kxo: [CPU#%d] %s completed in %llu usec\n" , cpu , __func__ ,
224
224
(unsigned long long ) nsecs >> 10 );
225
225
put_cpu ();
226
226
}
@@ -254,7 +254,7 @@ static void ai_two_work_func(struct work_struct *w)
254
254
tv_end = ktime_get ();
255
255
256
256
nsecs = (s64 ) ktime_to_ns (ktime_sub (tv_end , tv_start ));
257
- pr_info ("kxo: [CPU#%d] end doing %s for %llu usec\n" , cpu , __func__ ,
257
+ pr_info ("kxo: [CPU#%d] %s completed in %llu usec\n" , cpu , __func__ ,
258
258
(unsigned long long ) nsecs >> 10 );
259
259
put_cpu ();
260
260
}
You can’t perform that action at this time.
0 commit comments