From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E3D951B253; Tue, 26 Dec 2017 11:38:04 +0100 (CET) In-Reply-To: <1514284608-9263-1-git-send-email-hemant.agrawal@nxp.com> References: <1514284608-9263-1-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20171226103804.E3D951B253@dpdk.org> Date: Tue, 26 Dec 2017 11:38:04 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32752 [PATCH v2 1/3] kni: support for MAC addr change 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/32752 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #328: FILE: lib/librte_kni/rte_kni.c:744: + if ((NULL == ops->change_mtu) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #329: FILE: lib/librte_kni/rte_kni.c:745: + && (NULL == ops->config_network_if) WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #330: FILE: lib/librte_kni/rte_kni.c:746: + && (NULL == ops->config_mac_address)) total: 0 errors, 3 warnings, 301 lines checked