Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rakuram Eswaran and committed by
Dave Jiang
a4144081 e6a9530b

+1 -1
+1 -1
Documentation/driver-api/cxl/platform/bios-and-efi.rst
··· 202 202 203 203 Memory Holes 204 204 ------------ 205 - If your platform includes memory holes intersparsed between your CXL memory, it 205 + If your platform includes memory holes interspersed between your CXL memory, it 206 206 is recommended to utilize multiple decoders to cover these regions of memory, 207 207 rather than try to program the decoders to accept the entire range and expect 208 208 Linux to manage the overlap.