aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJason A. Donenfeld <[email protected]>2022-10-19 09:55:41 -0600
committerKalle Valo <[email protected]>2022-10-21 09:59:39 +0300
commit66063033f77e10b985258126a97573f84bb8d3b4 (patch)
treefc1347ca8c324fcdb06aba9c1306214544035669 /tools/perf/scripts/python/stackcollapse.py
parent6d36c728bc2e2d632f4b0dea00df5532e20dfdab (diff)
wifi: rt2x00: use explicitly signed or unsigned types
On some platforms, `char` is unsigned, but this driver, for the most part, assumed it was signed. In other places, it uses `char` to mean an unsigned number, but only in cases when the values are small. And in still other places, `char` is used as a boolean. Put an end to this confusion by declaring explicit types, depending on the context. Cc: Andrew Morton <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: Stanislaw Gruszka <[email protected]> Cc: Helmut Schaa <[email protected]> Cc: Kalle Valo <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]> Acked-by: Stanislaw Gruszka <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions