diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-01-26 10:05:39 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-01 08:27:29 +0100 |
| commit | a7d1a303ff0f90950b476c3285c4716f404eaa5d (patch) | |
| tree | e30f33a354a617726e63186bb28eaf813d93be6e | |
| parent | 046fe53907c58ed8b564230286df792ca0751749 (diff) | |
| download | linux-a7d1a303ff0f90950b476c3285c4716f404eaa5d.tar.gz linux-a7d1a303ff0f90950b476c3285c4716f404eaa5d.tar.bz2 linux-a7d1a303ff0f90950b476c3285c4716f404eaa5d.zip | |
treewide: fix up files incorrectly marked executable
[ Upstream commit 262b42e02d1e0b5ad1b33e9b9842e178c16231de ]
I'm not exactly clear on what strange workflow causes people to do it,
but clearly occasionally some files end up being committed as executable
even though they clearly aren't.
This is a reprise of commit 90fda63fa115 ("treewide: fix up files
incorrectly marked executable"), just with a different set of files (but
with the same trivial shell scripting).
So apparently we need to re-do this every five years or so, and Joe
needs to just keep reminding me to do so ;)
Reported-by: Joe Perches <joe@perches.com>
Fixes: 523375c943e5 ("drm/vmwgfx: Port vmwgfx to arm64")
Fixes: 5c439937775d ("ASoC: codecs: add support for ES8326")
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
| -rw-r--r--[-rwxr-xr-x] | drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h b/drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h index 4f40167ad61f..4f40167ad61f 100755..100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_msg_arm64.h |
