From fe6bce8d30a86c693bf7cfbf4759cbafd121289f Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Mon, 12 Dec 2016 14:26:55 -0800 Subject: treewide: Make remaining source files non-executable .c and .h source files should not be executable, change the permissions to 0644. [ This would normally go through Andrew Morton, but his ancient patch-based toolchain doesn't do permission changes ] Signed-off-by: Joe Perches Acked-by: David Howells Signed-off-by: Linus Torvalds --- scripts/sign-file.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 scripts/sign-file.c (limited to 'scripts/sign-file.c') diff --git a/scripts/sign-file.c b/scripts/sign-file.c old mode 100755 new mode 100644 -- cgit v1.2.3-59-g8ed1b