summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid Laight <david.laight.linux@gmail.com>2026-03-08 14:37:32 +0300
committerThomas Weißschuh <linux@weissschuh.net>2026-03-20 19:46:11 +0300
commitc5b9173ce9a110618edcb5bd92c8c724b6edf41f (patch)
tree0bdbb488817c4ddca1eb9ee3f576c0c5bf8567bc /include/linux
parentb3d30efd052360c11abe1259a15dfcf2448b37be (diff)
downloadlinux-c5b9173ce9a110618edcb5bd92c8c724b6edf41f.tar.xz
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 'include/linux')
0 files changed, 0 insertions, 0 deletions