Signed-off-by: John Snow <[email protected]> --- qapi/cxl.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/qapi/cxl.json b/qapi/cxl.json index 82524f47cdf..631d4def2ac 100644 --- a/qapi/cxl.json +++ b/qapi/cxl.json @@ -441,10 +441,9 @@ ## # @CxlDynamicCapacityExtent: -# -# A single dynamic capacity extent. This is a contiguous allocation -# of memory by Device Physical Address within a single Dynamic -# Capacity Region on a CXL Type 3 Device. +# A single dynamic capacity extent. This is a contiguous +# allocation of memory by Device Physical Address within a single +# Dynamic Capacity Region on a CXL Type 3 Device. # # @offset: The offset (in bytes) to the start of the region where the # extent belongs to. -- 2.55.0
