From 54fd79f134bb334264b8ff91cb6d571e085459e3 Mon Sep 17 00:00:00 2001 From: Alexandr Savca Date: Wed, 7 Aug 2024 02:11:44 +0300 Subject: [PATCH] nvme-cli: remove unused patch --- ...89f14474efc01e41e9c45d2bfa8467b9c1e5.patch | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 nvme-cli/4c1e89f14474efc01e41e9c45d2bfa8467b9c1e5.patch diff --git a/nvme-cli/4c1e89f14474efc01e41e9c45d2bfa8467b9c1e5.patch b/nvme-cli/4c1e89f14474efc01e41e9c45d2bfa8467b9c1e5.patch deleted file mode 100644 index a74ba6d..0000000 --- a/nvme-cli/4c1e89f14474efc01e41e9c45d2bfa8467b9c1e5.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 4c1e89f14474efc01e41e9c45d2bfa8467b9c1e5 Mon Sep 17 00:00:00 2001 -From: Daniel Wagner -Date: Fri, 2 Aug 2024 11:46:49 +0200 -Subject: [PATCH] docs: rename ocp-unsupported-req-log file - -The filename has to match the command name, thus rename the filename. - -Signed-off-by: Daniel Wagner ---- - Documentation/meson.build | 2 +- - ...ted-reqs-log-pages.txt => nvme-ocp-unsupported-reqs-log.txt} | 0 - 2 files changed, 1 insertion(+), 1 deletion(-) - rename Documentation/{nvme-ocp-unsupported-reqs-log-pages.txt => nvme-ocp-unsupported-reqs-log.txt} (100%) - -diff --git a/Documentation/meson.build b/Documentation/meson.build -index 30c0efc418..1478134175 100644 ---- a/Documentation/meson.build -+++ b/Documentation/meson.build -@@ -103,7 +103,7 @@ adoc_sources = [ - 'nvme-ocp-set-telemetry-profile', - 'nvme-ocp-smart-add-log', - 'nvme-ocp-telemetry-string-log-page', -- 'nvme-ocp-unsupported-reqs-log-pages', -+ 'nvme-ocp-unsupported-reqs-log', - 'nvme-ocp-internal-log', - 'nvme-persistent-event-log', - 'nvme-pred-lat-event-agg-log', -diff --git a/Documentation/nvme-ocp-unsupported-reqs-log-pages.txt b/Documentation/nvme-ocp-unsupported-reqs-log.txt -similarity index 100% -rename from Documentation/nvme-ocp-unsupported-reqs-log-pages.txt -rename to Documentation/nvme-ocp-unsupported-reqs-log.txt