From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 052B256A1; Fri, 27 Jan 2017 22:00:53 +0100 (CET) In-Reply-To: <1485550795-10771-4-git-send-email-rkerur@gmail.com> References: <1485550795-10771-4-git-send-email-rkerur@gmail.com> To: test-report@dpdk.org Cc: Ravi Kerur Message-Id: <20170127210053.052B256A1@dpdk.org> Date: Fri, 27 Jan 2017 22:00:53 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20068 [RFC 17.05 v1 3/3] EM config file read option 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: Fri, 27 Jan 2017 21:00:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20068 _coding style issues_ WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #333: FILE: examples/l3fwd/l3fwd_em.c:462: + unsigned int i = 0, rule_size = sizeof(*next);; WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #344: FILE: examples/l3fwd/l3fwd_em.c:473: + if (0 == route_num) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #352: FILE: examples/l3fwd/l3fwd_em.c:481: + if (NULL == route_rules) total: 0 errors, 3 warnings, 500 lines checked