Skip to content

Commit 7d14230

Browse files
SimoneChengdavejiang
authored andcommitted
Documentation: fix typo in CXL driver documentation
Fix typo 'enumates' to 'enumerate' in CXL driver operation documentation to improve readability. Signed-off-by: Nai-Chen Cheng <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Li Ming <[email protected]> Reviewed-by: Dave Jiang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Dave Jiang <[email protected]>
1 parent 5af29a5 commit 7d14230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/driver-api/cxl/linux/cxl-driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The CXL driver is split into a number of drivers.
2020
* cxl_port - initializes root and provides port enumeration interface.
2121
* cxl_acpi - initializes root decoders and interacts with ACPI data.
2222
* cxl_p/mem - initializes memory devices
23-
* cxl_pci - uses cxl_port to enumates the actual fabric hierarchy.
23+
* cxl_pci - uses cxl_port to enumerate the actual fabric hierarchy.
2424

2525
Driver Devices
2626
==============

0 commit comments

Comments
 (0)