On Sun, Aug 17, 2025 at 11:03:56PM +0530, rakuram wrote: > Fixed the following typo errors > > intersparsed ==> interspersed > in Documentation/driver-api/cxl/platform/bios-and-efi.rst > > --- > Changelog: > > Changes since v1: > Dropped fix for page-allocator.rst as requested by Gregory > > Suggested-by: Gregory Price <gourry@xxxxxxxxxx> > Signed-off-by: rakuram <rakuram.e96@xxxxxxxxx> Reviewed-by: Gregory Price <gourry@xxxxxxxxxx> > --- > Documentation/driver-api/cxl/platform/bios-and-efi.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. > -- > 2.43.0 >