From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E3F001B108; Tue, 15 Jan 2019 13:56:12 +0100 (CET) In-Reply-To: <20190115125658.15421-6-qi.z.zhang@intel.com> References: <20190115125658.15421-6-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20190115125612.E3F001B108@dpdk.org> Date: Tue, 15 Jan 2019 13:56:12 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw49835 [5/7] net/ice/base: add flexible pipeline module 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, 15 Jan 2019 12:56:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/49835 _coding style issues_ WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'ice_find_seg_in_pkg', this function's name, in a string #948: FILE: drivers/net/ice/base/ice_flex_pipe.c:897: + ice_debug(hw, ICE_DBG_TRACE, "ice_find_seg_in_pkg "); WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'ice_download_pkg', this function's name, in a string #1109: FILE: drivers/net/ice/base/ice_flex_pipe.c:1058: + ice_debug(hw, ICE_DBG_TRACE, "ice_download_pkg "); WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'ice_init_pkg_info', this function's name, in a string #1144: FILE: drivers/net/ice/base/ice_flex_pipe.c:1093: + ice_debug(hw, ICE_DBG_TRACE, "ice_init_pkg_info "); total: 0 errors, 3 warnings, 0 checks, 5870 lines checked