]> xenbits.xensource.com Git - people/pauldu/qemu.git/commitdiff
tests/qtest/e1000e-test: Fix the code style
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sat, 14 Jan 2023 03:59:18 +0000 (12:59 +0900)
committerThomas Huth <thuth@redhat.com>
Wed, 18 Jan 2023 11:27:21 +0000 (12:27 +0100)
igb implementation first starts off by copying e1000e code. Correct the
code style before that.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230114035919.35251-19-akihiko.odaki@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/e1000e-test.c
tests/qtest/libqos/e1000e.c

index 3fc92046be320314451380f920814bdd470e3174..b63a4d3c91bf1796c18aa3572ed3aa9117288770 100644 (file)
@@ -1,4 +1,4 @@
- /*
+/*
  * QTest testcase for e1000e NIC
  *
  * Copyright (c) 2015 Ravello Systems LTD (http://ravellosystems.com)
index 37c794b1301a70d3e20d3cf64318130b09f14bf6..b90eb2d5e0114cb43a71af611d6226c1306fb6ee 100644 (file)
@@ -222,8 +222,10 @@ static void e1000e_register_nodes(void)
         .device_id = E1000_DEV_ID_82574L,
     };
 
-    /* FIXME: every test using this node needs to setup a -netdev socket,id=hs0
-     * otherwise QEMU is not going to start */
+    /*
+     * FIXME: every test using this node needs to setup a -netdev socket,id=hs0
+     * otherwise QEMU is not going to start
+     */
     QOSGraphEdgeOptions opts = {
         .extra_device_opts = "netdev=hs0",
     };