[dpdk-test-report] |WARNING| pw29165 [PATCH v2 5/8] examples/vm_power_mgr: add policy to channels

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 25 14:39:22 CEST 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/29165

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#87: FILE: examples/vm_power_manager/channel_monitor.c:98:
+static void
+core_share_status(int pNo) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#109: FILE: examples/vm_power_manager/channel_monitor.c:120:
+static void
+get_pcpu_to_control(struct policy *pol) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#131: FILE: examples/vm_power_manager/channel_monitor.c:142:
+static int
+get_pfid(struct policy *pol) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#160: FILE: examples/vm_power_manager/channel_monitor.c:171:
+static int
+update_policy(struct channel_packet *pkt) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#199: FILE: examples/vm_power_manager/channel_monitor.c:210:
+static uint64_t
+get_pkt_diff(struct policy *pol) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#233: FILE: examples/vm_power_manager/channel_monitor.c:244:
+static void
+apply_traffic_profile(struct policy *pol) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#265: FILE: examples/vm_power_manager/channel_monitor.c:276:
+static void
+apply_time_profile(struct policy *pol) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#316: FILE: examples/vm_power_manager/channel_monitor.c:327:
+static void
+apply_workload_profile(struct policy *pol) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#342: FILE: examples/vm_power_manager/channel_monitor.c:353:
+static void
+apply_policy(struct policy *pol) {

total: 9 errors, 0 warnings, 414 lines checked


More information about the test-report mailing list