]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation/driver-api: Fix typo error in cxl
authorRakuram Eswaran <rakuram.e96@gmail.com>
Mon, 18 Aug 2025 17:53:34 +0000 (23:23 +0530)
committerDave Jiang <dave.jiang@intel.com>
Wed, 10 Sep 2025 15:07:14 +0000 (08:07 -0700)
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>
Documentation/driver-api/cxl/platform/bios-and-efi.rst

index 645322632cc9b6750701c0d5955f763b16bcecd7..a9aa0ccd92af7e409e5dae7fc7a9abaf0b15e890 100644 (file)
@@ -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.