Blame SOURCES/0158-cxl-port-Fix-disable-port-man-page.patch

26ccd9
From 3ead5b8c5464c208cdbf11c0844b519518845e3e Mon Sep 17 00:00:00 2001
26ccd9
From: Dan Williams <dan.j.williams@intel.com>
26ccd9
Date: Thu, 28 Apr 2022 15:10:22 -0700
26ccd9
Subject: [PATCH 158/217] cxl/port: Fix disable-port man page
26ccd9
26ccd9
The man page was copied from the enable-port. Fix up some enable-port
26ccd9
leftovers, and duplicated --endpoint option description.
26ccd9
26ccd9
Link: https://lore.kernel.org/r/165118382203.1676208.17234717366569348622.stgit@dwillia2-desk3.amr.corp.intel.com
26ccd9
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
26ccd9
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
26ccd9
---
26ccd9
 Documentation/cxl/cxl-disable-port.txt | 6 +-----
26ccd9
 1 file changed, 1 insertion(+), 5 deletions(-)
26ccd9
26ccd9
diff --git a/Documentation/cxl/cxl-disable-port.txt b/Documentation/cxl/cxl-disable-port.txt
26ccd9
index de13c07..ac56f20 100644
26ccd9
--- a/Documentation/cxl/cxl-disable-port.txt
26ccd9
+++ b/Documentation/cxl/cxl-disable-port.txt
26ccd9
@@ -5,7 +5,7 @@ cxl-disable-port(1)
26ccd9
 
26ccd9
 NAME
26ccd9
 ----
26ccd9
-cxl-disable-port - activate / hot-add a given CXL port
26ccd9
+cxl-disable-port - disable / hot-remove a given CXL port and descendants
26ccd9
 
26ccd9
 SYNOPSIS
26ccd9
 --------
26ccd9
@@ -22,7 +22,6 @@ OPTIONS
26ccd9
 	Toggle from treating the port arguments as Switch Port identifiers to
26ccd9
 	Endpoint Port identifiers.
26ccd9
 
26ccd9
-
26ccd9
 -f::
26ccd9
 --force::
26ccd9
 	DANGEROUS: Override the safety measure that blocks attempts to disable a
26ccd9
@@ -31,9 +30,6 @@ OPTIONS
26ccd9
 	firmware and disabling an active device is akin to force removing memory
26ccd9
 	from a running system.
26ccd9
 
26ccd9
-	Toggle from treating the port arguments as Switch Port identifiers to
26ccd9
-	Endpoint Port identifiers.
26ccd9
-
26ccd9
 --debug::
26ccd9
 	If the cxl tool was built with debug disabled, turn on debug
26ccd9
 	messages.
26ccd9
-- 
26ccd9
2.27.0
26ccd9