aboutsummaryrefslogtreecommitdiff
path: root/scripts/clang-tools/gen_compile_commands.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2022-01-10 22:32:27 +0100
committerSimon Wunderlich <[email protected]>2022-01-23 10:42:11 +0100
commitc138f67ad4721801791a01cd10c816414b33b48d (patch)
treef2c4fd7bfb6c82baf2079bff5b24a71ce537f58a /scripts/clang-tools/gen_compile_commands.py
parent94ea9392e113921df1b2cffb181671e768f3f87b (diff)
batman-adv: Remove redundant 'flush_workqueue()' calls
'destroy_workqueue()' already drains the queue before destroying it, so there is no need to flush it explicitly. Remove the redundant 'flush_workqueue()' calls. This was generated with coccinelle: @@ expression E; @@ - flush_workqueue(E); destroy_workqueue(E); Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Sven Eckelmann <[email protected]> Signed-off-by: Simon Wunderlich <[email protected]>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions