diff options
| author | David Laight <david.laight.linux@gmail.com> | 2026-03-08 11:37:32 +0000 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2026-03-20 17:46:11 +0100 |
| commit | c5b9173ce9a110618edcb5bd92c8c724b6edf41f (patch) | |
| tree | 0bdbb488817c4ddca1eb9ee3f576c0c5bf8567bc /tools/perf/scripts/python | |
| parent | b3d30efd052360c11abe1259a15dfcf2448b37be (diff) | |
tools/nolibc/printf: Use goto and reduce indentation
Upcoming changes will need to use goto to jump to the code that
outputs characters.
Use 'goto do_output' to output a known number of characters.
Use 'goto do_strlen_output' to output a '\0' terminated string.
Removes a level of indentation from the format processing code.
The change is best reviewed using 'git diff -b' after applying it.
Signed-off-by: David Laight <david.laight.linux@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260308113742.12649-8-david.laight.linux@gmail.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
