qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH qemu master] hw/misc/aspeed_pwm: fix typo


From: Cédric Le Goater
Subject: Re: [PATCH qemu master] hw/misc/aspeed_pwm: fix typo
Date: Thu, 23 Dec 2021 10:19:52 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0

Hello Troy Lee,

On 12/22/21 11:24, Troy Lee wrote:
Typo found during developing.

Fixes: 70b3f1a34d3c ("hw/misc: Add basic Aspeed PWM model")

PWM is not upstream. I will include the fix in a new aspeed-7.0 branch.

Thanks,

C.



Signed-off-by: Troy Lee <troy_lee@aspeedtech.com>
---
  hw/misc/aspeed_pwm.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/misc/aspeed_pwm.c b/hw/misc/aspeed_pwm.c
index 8ebab5dcef..dbf9634da3 100644
--- a/hw/misc/aspeed_pwm.c
+++ b/hw/misc/aspeed_pwm.c
@@ -96,7 +96,7 @@ static void aspeed_pwm_class_init(ObjectClass *klass, void 
*data)
dc->realize = aspeed_pwm_realize;
      dc->reset = aspeed_pwm_reset;
-    dc->desc = "Aspeed PWM Controller",
+    dc->desc = "Aspeed PWM Controller";
      dc->vmsd = &vmstate_aspeed_pwm;
  }




reply via email to

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