aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2021-03-22 11:43:34 +0100
committerKalle Valo <[email protected]>2021-04-17 21:01:17 +0300
commit01414f8882f944fe106a52a6d4c2ae8869822195 (patch)
tree783b7d74a4cd2977e0d811478d794e0536d5ce62 /tools/perf/scripts/python/stackcollapse.py
parent431eb49e87ed8de7728b879e7288d85fb87f83ff (diff)
libertas: avoid -Wempty-body warning
Building without mesh supports shows a couple of warnings with 'make W=1': drivers/net/wireless/marvell/libertas/main.c: In function 'lbs_start_card': drivers/net/wireless/marvell/libertas/main.c:1068:37: error: suggest braces around empty body in an 'if' statement [-Werror=empty-body] 1068 | lbs_start_mesh(priv); Change the macros to use the usual "do { } while (0)" instead to shut up the warnings and make the code a litte more robust. Signed-off-by: Arnd Bergmann <[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