aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorWilliam Dean <[email protected]>2022-09-17 14:35:56 +0800
committerJakub Kicinski <[email protected]>2022-09-21 18:22:04 -0700
commit2801f30e2cef8144004ebede660e34c48f525d9b (patch)
tree252ceb93f8d7ccaef6366f588afe10f6057f0055 /tools/perf/scripts/python/stackcollapse.py
parent3342a10f5ad3115a7acf8504004f9eb1e6bbb4a8 (diff)
net: sched: simplify code in mall_reoffload
such expression: if (err) return err; return 0; can simplify to: return err; Signed-off-by: William Dean <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions