summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAbraham Samuel Adekunle <abrahamadekunle50@gmail.com>2025-04-05 00:15:42 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-15 16:28:13 +0200
commitf668575bb604a967f5939ab8c37cd2722c9f9f70 (patch)
tree47e58f1d99d52ab595d9ea4f9f296aacc480322f /tools/perf/scripts/python/flamegraph.py
parent7b4cd0853cd038a6b8c99985ce219dfcd00d7dc9 (diff)
downloadlinux-f668575bb604a967f5939ab8c37cd2722c9f9f70.tar.gz
linux-f668575bb604a967f5939ab8c37cd2722c9f9f70.zip
staging: rtl8723bs: Place constants on right side of comparison
Modify comparisons to place constants on the right hand side of expression thereby following Linux kernel coding conventions. Found and transformed by Coccinelle. Semantic patch used for matching and transformation: @@ constant K; expression E; @@ - K == E + E == K Signed-off-by: Abraham Samuel Adekunle <abrahamadekunle50@gmail.com> Link: https://lore.kernel.org/r/Z/B2LjtshZU6AX2f@ubuntu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions