From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id B407C1B1B1; Mon, 25 Sep 2017 14:39:20 +0200 (CEST) In-Reply-To: <1506342429-199695-4-git-send-email-david.hunt@intel.com> References: <1506342429-199695-4-git-send-email-david.hunt@intel.com> To: test-report@dpdk.org Cc: David Hunt Message-Id: <20170925123920.B407C1B1B1@dpdk.org> Date: Mon, 25 Sep 2017 14:39:20 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw29163 [PATCH v2 3/8] examples/vm_power_mgr: add vcpu to pcpu mapping X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 12:39:20 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/29163 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #33: FILE: examples/vm_power_manager/channel_manager.c:577: +void +get_all_vm(int *num_vm, int *num_cpu) { total: 1 errors, 0 warnings, 104 lines checked