summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRakuram Eswaran <rakuram.e96@gmail.com>2025-08-18 23:23:34 +0530
committerDave Jiang <dave.jiang@intel.com>2025-09-10 08:07:14 -0700
commita414408126d13d6d5b2d2c4e537295771cc256cb (patch)
tree6892f3a9cee4fec0a34438d06cd8a6feb50479e1
parente6a9530b3ee7407b70b60e4df70688db0d239e1a (diff)
Documentation/driver-api: Fix typo error in cxl
Fixed the following typo errors intersparsed ==> interspersed in Documentation/driver-api/cxl/platform/bios-and-efi.rst Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Reviewed-by: Gregory Price <gourry@gourry.net> Link: https://patch.msgid.link/20250818175335.5312-1-rakuram.e96@gmail.com Signed-off-by: Dave Jiang <dave.jiang@intel.com>
-rw-r--r--Documentation/driver-api/cxl/platform/bios-and-efi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/cxl/platform/bios-and-efi.rst b/Documentation/driver-api/cxl/platform/bios-and-efi.rst
index 645322632cc9..a9aa0ccd92af 100644
--- a/Documentation/driver-api/cxl/platform/bios-and-efi.rst
+++ b/Documentation/driver-api/cxl/platform/bios-and-efi.rst
@@ -202,7 +202,7 @@ future and such a configuration should be avoided.
Memory Holes
------------
-If your platform includes memory holes intersparsed between your CXL memory, it
+If your platform includes memory holes interspersed between your CXL memory, it
is recommended to utilize multiple decoders to cover these regions of memory,
rather than try to program the decoders to accept the entire range and expect
Linux to manage the overlap.