Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: - [Low] Typo in documentation: 'can by chained' should be 'can be chained'. --
commit 06abcda7f883fa6e5d50becfc5150a117123a7a6 Author: Anisa Su <[email protected]> Documentation/cxl: Document DCD extent handling and DC-backed DAX regions This commit extends the CXL and DAX driver-api documentation to cover Dynamic Capacity Devices. It details the conditions for accepting or releasing extents, and explains the mapping between accepted extents and DAX devices. > diff --git a/Documentation/driver-api/cxl/linux/cxl-driver.rst > b/Documentation/driver-api/cxl/linux/cxl-driver.rst > --- a/Documentation/driver-api/cxl/linux/cxl-driver.rst > +++ b/Documentation/driver-api/cxl/linux/cxl-driver.rst [ ... ] > +Accepting Extents > +----------------- > +Extents are made available to the host from the device through DC ADD events. > +Event records contain extents, which may be tagged or untagged, shared or > +not shared. Multiple event records can by chained together by the `More` > flag. [Severity: Low] This isn't a bug, but there is a typo here: "can by chained" should be "can be chained". -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=31
