From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 86FAD1B68A; Tue, 26 Dec 2017 11:38:05 +0100 (CET) In-Reply-To: <1514284608-9263-2-git-send-email-hemant.agrawal@nxp.com> References: <1514284608-9263-2-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20171226103805.86FAD1B68A@dpdk.org> Date: Tue, 26 Dec 2017 11:38:05 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32753 [PATCH v2 2/3] kni: add support for promisc mode set 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, 26 Dec 2017 10:38:05 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32753 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #176: FILE: lib/librte_kni/rte_kni.c:774: + && (NULL == ops->config_mac_address) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #177: FILE: lib/librte_kni/rte_kni.c:775: + && (NULL == ops->config_promiscusity)) total: 0 errors, 2 warnings, 147 lines checked