All of lore.kernel.org
 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

* Re: [PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-15 12:59 UTC (permalink / raw)
  To: Michael Tokarev, qemu-devel; +Cc: qemu-trivial, Ben Widawsky, Jonathan Cameron

On 15/12/22 13:37, Michael Tokarev wrote:
> 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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




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

* Re: [PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
  2022-12-15 12:59 ` Philippe Mathieu-Daudé
@ 2022-12-19 10:36   ` Jonathan Cameron via
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron via @ 2022-12-19 10:36 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Michael Tokarev, qemu-devel, qemu-trivial, Ben Widawsky

On Thu, 15 Dec 2022 13:59:01 +0100
Philippe Mathieu-Daudé <philmd@linaro.org> wrote:

> On 15/12/22 13:37, Michael Tokarev wrote:
> > 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(-)  
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> 
> 

Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>


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

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

Le 15/12/2022 à 13:37, Michael Tokarev a écrit :
> 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;
>       }
>   

Applied to my trivial-patches branch.

Thanks,
Laurent



^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.