summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAbraham Samuel Adekunle <abrahamadekunle50@gmail.com>2025-04-05 03:15:42 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-15 17:28:13 +0300
commitf668575bb604a967f5939ab8c37cd2722c9f9f70 (patch)
tree47e58f1d99d52ab595d9ea4f9f296aacc480322f /scripts
parent7b4cd0853cd038a6b8c99985ce219dfcd00d7dc9 (diff)
downloadlinux-f668575bb604a967f5939ab8c37cd2722c9f9f70.tar.xz
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 'scripts')
0 files changed, 0 insertions, 0 deletions