mbox series

[v1,0/2] selftest: breakpoints: minor format string fixes

Message ID 20240109215406.18218-1-mirsad.todorovac@alu.unizg.hr
Headers show
Series selftest: breakpoints: minor format string fixes | expand

Message

Mirsad Todorovac Jan. 9, 2024, 9:54 p.m. UTC
Minor consistency fixes.

They clear a couple of compiler format string warnings.

[1/2] is the fix of an obvious typo in the format specifier
[2/2] is securing the print function against spurious format specifiers
	in passed paramater string

Mirsad Todorovac (2):
  selftest: breakpoints: fix a minor typo in the format string
  selftest: breakpoints: clear the format string warning and secure the
    output

 tools/testing/selftests/breakpoints/breakpoint_test.c         | 4 ++--
 tools/testing/selftests/breakpoints/step_after_suspend_test.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)