|WARNING| pw115830 [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Sep 5 05:49:43 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115830
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#113: FILE: lib/vhost/vhost_user.c:2784:
+ if (!(dev->features & (1ULL << VIRTIO_F_RING_RESET))) {
+ return RTE_VHOST_MSG_RESULT_ERR;
+ }
total: 0 errors, 1 warnings, 61 lines checked
More information about the test-report
mailing list