qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/cxl/cxl-host: Fix an error message typo


From: Laurent Vivier
Subject: Re: [PATCH] hw/cxl/cxl-host: Fix an error message typo
Date: Mon, 16 Jan 2023 19:16:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Le 27/11/2022 à 04:22, Hoa Nguyen a écrit :
Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
---
  hw/cxl/cxl-host.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/cxl/cxl-host.c b/hw/cxl/cxl-host.c
index 1adf61231a..3c1ec8732a 100644
--- a/hw/cxl/cxl-host.c
+++ b/hw/cxl/cxl-host.c
@@ -47,7 +47,7 @@ static void cxl_fixed_memory_window_config(CXLState 
*cxl_state,
if (object->size % (256 * MiB)) {
          error_setg(errp,
-                   "Size of a CXL fixed memory window must my a multiple of 
256MiB");
+                   "Size of a CXL fixed memory window must be a multiple of 
256MiB");
          return;
      }
      fw->size = object->size;

Applied to my trivial-patches branch.

Thanks,
Laurent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]