diff options
author | Ken Lin <[email protected]> | 2023-04-26 03:22:57 +0000 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2023-04-26 09:10:02 -0400 |
commit | adace4408252cc1c9913958d71e81a688af90a30 (patch) | |
tree | ade7d7361676812a4b56adbc9c7f180d51c4c4c2 /lib/mpi/mpi-mod.c | |
parent | 7c339fb4d8577792378136c15fde773cfb863cb8 (diff) |
tracing: Add missing spaces in trace_print_hex_seq()
If the buffer length is larger than 16 and concatenate is set to false,
there would be missing spaces every 16 bytes.
Example:
Before: c5 11 10 50 05 4d 31 40 00 40 00 40 00 4d 31 4000 40 00
After: c5 11 10 50 05 4d 31 40 00 40 00 40 00 4d 31 40 00 40 00
Link: https://lore.kernel.org/linux-trace-kernel/[email protected]
Signed-off-by: Ken Lin <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions