summary refs log tree commit diff stats
path: root/tests/qtest/fuzz/qos_fuzz.c
diff options
context:
space:
mode:
authorAlexander Bulekov <alxndr@bu.edu>2020-02-26 22:14:39 -0500
committerStefan Hajnoczi <stefanha@redhat.com>2020-03-06 10:33:26 +0000
commit3fc92f875224cc15eceafb133ae542bbefb959e6 (patch)
tree540c42f8a2eb238608237fbd459ed0db67b0278a /tests/qtest/fuzz/qos_fuzz.c
parent2f36421c34b2403397a27bf42653a5a312ce3366 (diff)
downloadfocaccia-qemu-3fc92f875224cc15eceafb133ae542bbefb959e6.tar.gz
focaccia-qemu-3fc92f875224cc15eceafb133ae542bbefb959e6.zip
qtest: fix fuzzer-related 80-char limit violations
Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200227031439.31386-3-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qtest/fuzz/qos_fuzz.c')
-rw-r--r--tests/qtest/fuzz/qos_fuzz.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/qtest/fuzz/qos_fuzz.c b/tests/qtest/fuzz/qos_fuzz.c
index bbb17470ff..1a99277d60 100644
--- a/tests/qtest/fuzz/qos_fuzz.c
+++ b/tests/qtest/fuzz/qos_fuzz.c
@@ -120,7 +120,10 @@ static void walk_path(QOSGraphNode *orig_path, int len)
     QOSGraphNode *path;
     QOSGraphEdge *edge;
 
-    /* etype set to QEDGE_CONSUMED_BY so that machine can add to the command line */
+    /*
+     * etype set to QEDGE_CONSUMED_BY so that machine can add to the command
+     * line
+     */
     QOSEdgeType etype = QEDGE_CONSUMED_BY;
 
     /* twice QOS_PATH_MAX_ELEMENT_SIZE since each edge can have its arg */