Commit c966182
committed
Fix up more non-executable files marked executable
Joe found another DT file that shouldn't be executable, and that
frustrated me enough that I went hunting with this script:
git ls-files -s |
grep '^100755' |
cut -f2 |
xargs grep -L '^#!'
and that found another file that shouldn't have been marked executable
either, despite being in the scripts directory.
Maybe these two are the last ones at least for now. But I'm sure we'll
be back in a few years, fixing things up again.
Fixes: 8c6789f ("ASoC: dt-bindings: Add Everest ES8326 audio CODEC")
Fixes: 4d8e5cd ("locking/atomics: Fix scripts/atomic/ script permissions")
Reported-by: Joe Perches <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>1 parent 2543fdb commit c966182
File tree
2 files changed
+0
-0
lines changed- Documentation/devicetree/bindings/sound
- scripts/atomic
2 files changed
+0
-0
lines changedFile mode changed.
File mode changed.
0 commit comments