diff options
| author | David Laight <david.laight.linux@gmail.com> | 2026-02-23 10:17:24 +0000 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2026-03-20 17:45:59 +0100 |
| commit | f675ae28fcdf7db93a8c1a6964f062725b1e06a0 (patch) | |
| tree | 137e7fb500167192de898ed8fc960c64b6440aec /tools/perf/scripts/python | |
| parent | 35908c5a1703052d1fe63da42c8115252a38e141 (diff) | |
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
Changing 'c' makes the code slightly easier to read because the variable
stands out from the single character literals (especially 'c').
Change tmpbuf[] to outbuf[] because 'out' points into it.
The following patches pretty much rewrite the function so the
churn is limited.
Signed-off-by: David Laight <david.laight.linux@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260223101735.2922-7-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
