On Mon, Oct 12, 2020 at 12:34:06PM -0700, Joe Perches wrote:
> 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 <[email protected]>
> ---
> 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
Acked-by: Will Deacon <[email protected]>
Will