qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
@ 2022-12-15 12:37 Michael Tokarev
  2022-12-15 12:59 ` Philippe Mathieu-Daudé
  2023-01-16 17:56 ` Laurent Vivier
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tokarev @ 2022-12-15 12:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Ben Widawsky, Jonathan Cameron, Michael Tokarev

Introduced by: aba578bdace5303a441f8a37aad781b5cb06f38c

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 hw/cxl/cxl-cdat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/cxl/cxl-cdat.c b/hw/cxl/cxl-cdat.c
index 3653aa56f0..137abd0992 100644
--- a/hw/cxl/cxl-cdat.c
+++ b/hw/cxl/cxl-cdat.c
@@ -146,7 +146,7 @@ static void ct3_load_cdat(CDATObject *cdat, Error **errp)
         num_ent++;
     }
     if (i != file_size) {
-        error_setg(errp, "CDAT: File length missmatch");
+        error_setg(errp, "CDAT: File length mismatch");
         return;
     }
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-16 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-15 12:37 [PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch Michael Tokarev
2022-12-15 12:59 ` Philippe Mathieu-Daudé
2022-12-19 10:36   ` Jonathan Cameron via
2023-01-16 17:56 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).