* [PATCH] Documentation: fix typo in CXL driver documentation
@ 2025-06-10 17:31 Nai-Chen Cheng
2025-06-10 17:41 ` Dave Jiang
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Nai-Chen Cheng @ 2025-06-10 17:31 UTC (permalink / raw)
To: Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Alison Schofield,
Vishal Verma, Ira Weiny, Dan Williams, Jonathan Corbet
Cc: linux-cxl, linux-doc, linux-kernel-mentees, Shuah Khan,
Nai-Chen Cheng
Fix typo 'enumates' to 'enumerate' in CXL driver operation
documentation to improve readability.
Signed-off-by: Nai-Chen Cheng <bleach1827@gmail.com>
---
Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/cxl/linux/cxl-driver.rst b/Documentation/driver-api/cxl/linux/cxl-driver.rst
index 9759e90c3cf1..dd6dd17dc536 100644
--- a/Documentation/driver-api/cxl/linux/cxl-driver.rst
+++ b/Documentation/driver-api/cxl/linux/cxl-driver.rst
@@ -20,7 +20,7 @@ The CXL driver is split into a number of drivers.
* cxl_port - initializes root and provides port enumeration interface.
* cxl_acpi - initializes root decoders and interacts with ACPI data.
* cxl_p/mem - initializes memory devices
-* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
+* cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
Driver Devices
==============
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix typo in CXL driver documentation
2025-06-10 17:31 [PATCH] Documentation: fix typo in CXL driver documentation Nai-Chen Cheng
@ 2025-06-10 17:41 ` Dave Jiang
2025-06-11 11:28 ` Li Ming
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Dave Jiang @ 2025-06-10 17:41 UTC (permalink / raw)
To: Nai-Chen Cheng, Davidlohr Bueso, Jonathan Cameron,
Alison Schofield, Vishal Verma, Ira Weiny, Dan Williams,
Jonathan Corbet
Cc: linux-cxl, linux-doc, linux-kernel-mentees, Shuah Khan
On 6/10/25 10:31 AM, Nai-Chen Cheng wrote:
> Fix typo 'enumates' to 'enumerate' in CXL driver operation
> documentation to improve readability.
>
> Signed-off-by: Nai-Chen Cheng <bleach1827@gmail.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
> ---
> Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/cxl-driver.rst b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> index 9759e90c3cf1..dd6dd17dc536 100644
> --- a/Documentation/driver-api/cxl/linux/cxl-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> @@ -20,7 +20,7 @@ The CXL driver is split into a number of drivers.
> * cxl_port - initializes root and provides port enumeration interface.
> * cxl_acpi - initializes root decoders and interacts with ACPI data.
> * cxl_p/mem - initializes memory devices
> -* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
> +* cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
>
> Driver Devices
> ==============
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix typo in CXL driver documentation
2025-06-10 17:31 [PATCH] Documentation: fix typo in CXL driver documentation Nai-Chen Cheng
2025-06-10 17:41 ` Dave Jiang
@ 2025-06-11 11:28 ` Li Ming
2025-06-11 13:29 ` Jonathan Cameron
2025-06-11 15:39 ` Dave Jiang
3 siblings, 0 replies; 5+ messages in thread
From: Li Ming @ 2025-06-11 11:28 UTC (permalink / raw)
To: Nai-Chen Cheng
Cc: linux-cxl, linux-doc, linux-kernel-mentees, Shuah Khan,
Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Alison Schofield,
Vishal Verma, Ira Weiny, Jonathan Corbet, Dan Williams
On 6/11/2025 1:31 AM, Nai-Chen Cheng wrote:
> Fix typo 'enumates' to 'enumerate' in CXL driver operation
> documentation to improve readability.
>
> Signed-off-by: Nai-Chen Cheng <bleach1827@gmail.com>
Reviewed-by: Li Ming <ming.li@zohomail.com>
> ---
> Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/cxl-driver.rst b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> index 9759e90c3cf1..dd6dd17dc536 100644
> --- a/Documentation/driver-api/cxl/linux/cxl-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> @@ -20,7 +20,7 @@ The CXL driver is split into a number of drivers.
> * cxl_port - initializes root and provides port enumeration interface.
> * cxl_acpi - initializes root decoders and interacts with ACPI data.
> * cxl_p/mem - initializes memory devices
> -* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
> +* cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
>
> Driver Devices
> ==============
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix typo in CXL driver documentation
2025-06-10 17:31 [PATCH] Documentation: fix typo in CXL driver documentation Nai-Chen Cheng
2025-06-10 17:41 ` Dave Jiang
2025-06-11 11:28 ` Li Ming
@ 2025-06-11 13:29 ` Jonathan Cameron
2025-06-11 15:39 ` Dave Jiang
3 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2025-06-11 13:29 UTC (permalink / raw)
To: Nai-Chen Cheng
Cc: Davidlohr Bueso, Dave Jiang, Alison Schofield, Vishal Verma,
Ira Weiny, Dan Williams, Jonathan Corbet, linux-cxl, linux-doc,
linux-kernel-mentees, Shuah Khan
On Wed, 11 Jun 2025 01:31:52 +0800
Nai-Chen Cheng <bleach1827@gmail.com> wrote:
> Fix typo 'enumates' to 'enumerate' in CXL driver operation
> documentation to improve readability.
>
> Signed-off-by: Nai-Chen Cheng <bleach1827@gmail.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> ---
> Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/cxl-driver.rst b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> index 9759e90c3cf1..dd6dd17dc536 100644
> --- a/Documentation/driver-api/cxl/linux/cxl-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> @@ -20,7 +20,7 @@ The CXL driver is split into a number of drivers.
> * cxl_port - initializes root and provides port enumeration interface.
> * cxl_acpi - initializes root decoders and interacts with ACPI data.
> * cxl_p/mem - initializes memory devices
> -* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
> +* cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
>
> Driver Devices
> ==============
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: fix typo in CXL driver documentation
2025-06-10 17:31 [PATCH] Documentation: fix typo in CXL driver documentation Nai-Chen Cheng
` (2 preceding siblings ...)
2025-06-11 13:29 ` Jonathan Cameron
@ 2025-06-11 15:39 ` Dave Jiang
3 siblings, 0 replies; 5+ messages in thread
From: Dave Jiang @ 2025-06-11 15:39 UTC (permalink / raw)
To: Nai-Chen Cheng, Davidlohr Bueso, Jonathan Cameron,
Alison Schofield, Vishal Verma, Ira Weiny, Dan Williams,
Jonathan Corbet
Cc: linux-cxl, linux-doc, linux-kernel-mentees, Shuah Khan
On 6/10/25 10:31 AM, Nai-Chen Cheng wrote:
> Fix typo 'enumates' to 'enumerate' in CXL driver operation
> documentation to improve readability.
>
> Signed-off-by: Nai-Chen Cheng <bleach1827@gmail.com>
Applied to cxl/next
> ---
> Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/cxl/linux/cxl-driver.rst b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> index 9759e90c3cf1..dd6dd17dc536 100644
> --- a/Documentation/driver-api/cxl/linux/cxl-driver.rst
> +++ b/Documentation/driver-api/cxl/linux/cxl-driver.rst
> @@ -20,7 +20,7 @@ The CXL driver is split into a number of drivers.
> * cxl_port - initializes root and provides port enumeration interface.
> * cxl_acpi - initializes root decoders and interacts with ACPI data.
> * cxl_p/mem - initializes memory devices
> -* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
> +* cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
>
> Driver Devices
> ==============
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-11 15:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10 17:31 [PATCH] Documentation: fix typo in CXL driver documentation Nai-Chen Cheng
2025-06-10 17:41 ` Dave Jiang
2025-06-11 11:28 ` Li Ming
2025-06-11 13:29 ` Jonathan Cameron
2025-06-11 15:39 ` Dave Jiang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).