From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 924991B891; Fri, 14 Dec 2018 09:32:49 +0100 (CET) In-Reply-To: <1544776518-91047-12-git-send-email-wenzhuo.lu@intel.com> References: <1544776518-91047-12-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20181214083249.924991B891@dpdk.org> Date: Fri, 14 Dec 2018 09:32:49 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48815 [v4, 11/32] net/ice/base: add common functions 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, 14 Dec 2018 08:32:49 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48815 _coding style issues_ WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'ice_set_mac_type', this function's name, in a string #78: FILE: drivers/net/ice/base/ice_common.c:45: + ice_debug(hw, ICE_DBG_TRACE, "ice_set_mac_type "); CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #104: FILE: drivers/net/ice/base/ice_common.c:71: + +} total: 0 errors, 1 warnings, 1 checks, 3707 lines checked