Blame SOURCES/0016-fix-file-permissions-nvme-print.c.patch

4768d9
From f9b6c2100db88e9f317f15f17faaed59b725ac9b Mon Sep 17 00:00:00 2001
4768d9
From: Keith Busch <kbusch@kernel.org>
4768d9
Date: Tue, 24 Aug 2021 11:49:16 -0700
4768d9
Subject: [PATCH] fix file permissions (nvme-print.c)
4768d9
4768d9
It's not executable.
4768d9
4768d9
Signed-off-by: Keith Busch <kbusch@kernel.org>
4768d9
---
4768d9
 nvme-print.c | 0
4768d9
 1 file changed, 0 insertions(+), 0 deletions(-)
4768d9
 mode change 100755 => 100644 nvme-print.c
4768d9
4768d9
diff --git a/nvme-print.c b/nvme-print.c
4768d9
old mode 100755
4768d9
new mode 100644
4768d9
-- 
4768d9
2.31.1
4768d9