projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
dc185ae
9e5914c
)
Merge branch 'net-leading-spaces'
author
David S. Miller
<davem@davemloft.net>
Thu, 20 May 2021 22:10:57 +0000
(15:10 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 20 May 2021 22:10:57 +0000
(15:10 -0700)
Hui Tang says:
====================
net: remove leading spaces before tabs
There are a few leading spaces before tabs and remove it by running the
following commard:
$ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Trivial merge