qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/4] tests/qtest: Fix a comment typo in vhost-user-test.c


From: Thomas Huth
Subject: Re: [PATCH 3/4] tests/qtest: Fix a comment typo in vhost-user-test.c
Date: Wed, 31 May 2023 07:02:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 24/05/2023 15.34, Milan Zamazal wrote:
Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
---
  tests/qtest/vhost-user-test.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qtest/vhost-user-test.c b/tests/qtest/vhost-user-test.c
index e4f95b2858..8ab10732f8 100644
--- a/tests/qtest/vhost-user-test.c
+++ b/tests/qtest/vhost-user-test.c
@@ -281,7 +281,7 @@ static void read_guest_mem_server(QTestState *qts, 
TestServer *s)
      /* iterate all regions */
      for (i = 0; i < s->fds_num; i++) {
- /* We'll check only the region statring at 0x0*/
+        /* We'll check only the region starting at 0x0*/

While you're at it, I'd also add a space between the "0x0" and the "*/".

Anyway:
Reviewed-by: Thomas Huth <thuth@redhat.com>

          if (s->memory.regions[i].guest_phys_addr != 0x0) {
              continue;
          }




reply via email to

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