From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0EAB6558C; Tue, 13 Dec 2016 14:35:18 +0100 (CET) In-Reply-To: <1481636232-2300-5-git-send-email-shreyansh.jain@nxp.com> References: <1481636232-2300-5-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20161213133518.0EAB6558C@dpdk.org> Date: Tue, 13 Dec 2016 14:35:18 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH v2 04/12] eal/bus: add scan, match and insert support 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: Tue, 13 Dec 2016 13:35:18 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17908 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #166: FILE: app/test/test_bus.c:88: +int scan_fn_for_busA(struct rte_bus *bus); WARNING:AVOID_EXTERNS: externs should be avoided in .c files #171: FILE: app/test/test_bus.c:93: +int scan_fn_for_busB(struct rte_bus *bus); WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #378: FILE: app/test/test_bus.c:591: + /* In case of this test: + * 1. for each bus in rte_bus_list total: 0 errors, 3 warnings, 403 lines checked