aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorHui Tang <[email protected]>2021-05-19 13:30:45 +0800
committerDavid S. Miller <[email protected]>2021-05-19 12:17:31 -0700
commitf95a73a8a8a886a7be356ac2934b76aba2d761d3 (patch)
treedc81d1a266568231d50db5d4c7b3a13f344d136e /tools/perf/scripts/python/check-perf-trace.py
parent4a0949778c4e918686cf369ffc86fa8f8e159c56 (diff)
net: realtek: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running the following commard: $ find . -name '*.c' | xargs sed -r -i 's/^[ ]+\t/\t/' $ find . -name '*.h' | xargs sed -r -i 's/^[ ]+\t/\t/' Cc: Heiner Kallweit <[email protected]> Signed-off-by: Hui Tang <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions