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