On 8/29/25 23:35, Jonathan Corbet wrote:
Moktar SELLAMI <smokthar925@xxxxxxxxx> writes:
Fixed Typo in the driver-api/cxl/devices/devices.rst
functionalty -> functionality
Signed-off-by: Moktar SELLAMI <smokthar925@xxxxxxxxx>
---
Documentation/driver-api/cxl/devices/device-types.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/driver-api/cxl/devices/device-types.rst b/Documentation/driver-api/cxl/devices/device-types.rst
index 923f5d89bc04..7f69dfa4509b 100644
--- a/Documentation/driver-api/cxl/devices/device-types.rst
+++ b/Documentation/driver-api/cxl/devices/device-types.rst
@@ -22,7 +22,7 @@ The basic interaction protocol, similar to PCIe configuration mechanisms.
Typically used for initialization, configuration, and I/O access for anything
other than memory (CXL.mem) or cache (CXL.cache) operations.
-The Linux CXL driver exposes access to .io functionalty via the various sysfs
+The Linux CXL driver exposes access to .io functionality via the various sysfs
interfaces and /dev/cxl/ devices (which exposes direct access to device
mailboxes).
This one was fixed a while back, so this patch is not needed. It is
always a good idea to check linux-next when considering changes of this
type.
Thanks,
jon
Thank you for the clarification and for pointing me to linux-next. i
will try to come up with an other patch thank u.
Moktar