[PATCH] atomics.tbl: Remove executable permission bits

From: Joe Perches
Date: Mon Oct 12 2020 - 15:34:10 EST


commit 4d8e5cd233db ("locking/atomics: Fix scripts/atomic/ script permissions")
set all files in this directory executable.

But this file is an input to those scripts and does not need to be executable.

Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
scripts/atomic/atomics.tbl | 0
1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/scripts/atomic/atomics.tbl b/scripts/atomic/atomics.tbl
old mode 100755
new mode 100644