* [PATCH] hw/display/next-fb: Fix comment typo
@ 2022-11-25 16:08 Evgeny Ermakov
2022-11-25 16:16 ` Peter Maydell
2022-11-28 7:07 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: Evgeny Ermakov @ 2022-11-25 16:08 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, huth, Evgeny Ermakov
Signed-off-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
---
hw/display/next-fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/display/next-fb.c b/hw/display/next-fb.c
index dd6a1aa8ae..8446ff3c00 100644
--- a/hw/display/next-fb.c
+++ b/hw/display/next-fb.c
@@ -126,7 +126,7 @@ static void nextfb_class_init(ObjectClass *oc, void *data)
set_bit(DEVICE_CATEGORY_DISPLAY, dc->categories);
dc->realize = nextfb_realize;
- /* Note: This device does not any state that we have to reset or migrate */
+ /* Note: This device does not have any state that we have to reset or migrate */
}
static const TypeInfo nextfb_info = {
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/display/next-fb: Fix comment typo
2022-11-25 16:08 [PATCH] hw/display/next-fb: Fix comment typo Evgeny Ermakov
@ 2022-11-25 16:16 ` Peter Maydell
2022-11-28 7:07 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2022-11-25 16:16 UTC (permalink / raw)
To: Evgeny Ermakov; +Cc: qemu-devel, qemu-trivial, huth
On Fri, 25 Nov 2022 at 16:10, Evgeny Ermakov <evgeny.v.ermakov@gmail.com> wrote:
>
> Signed-off-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
> ---
> hw/display/next-fb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/display/next-fb.c b/hw/display/next-fb.c
> index dd6a1aa8ae..8446ff3c00 100644
> --- a/hw/display/next-fb.c
> +++ b/hw/display/next-fb.c
> @@ -126,7 +126,7 @@ static void nextfb_class_init(ObjectClass *oc, void *data)
> set_bit(DEVICE_CATEGORY_DISPLAY, dc->categories);
> dc->realize = nextfb_realize;
>
> - /* Note: This device does not any state that we have to reset or migrate */
> + /* Note: This device does not have any state that we have to reset or migrate */
> }
>
> static const TypeInfo nextfb_info = {
> --
> 2.38.1
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/display/next-fb: Fix comment typo
2022-11-25 16:08 [PATCH] hw/display/next-fb: Fix comment typo Evgeny Ermakov
2022-11-25 16:16 ` Peter Maydell
@ 2022-11-28 7:07 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-28 7:07 UTC (permalink / raw)
To: Evgeny Ermakov, qemu-devel; +Cc: qemu-trivial, huth
On 25/11/22 17:08, Evgeny Ermakov wrote:
> Signed-off-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
> ---
> hw/display/next-fb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-28 7:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 16:08 [PATCH] hw/display/next-fb: Fix comment typo Evgeny Ermakov
2022-11-25 16:16 ` Peter Maydell
2022-11-28 7:07 ` Philippe Mathieu-Daudé
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).