From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 5EF0B1BD41; Tue, 18 Dec 2018 09:43:04 +0100 (CET) In-Reply-To: <1545122800-57293-11-git-send-email-wenzhuo.lu@intel.com> References: <1545122800-57293-11-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20181218084304.5EF0B1BD41@dpdk.org> Date: Tue, 18 Dec 2018 09:43:04 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw49051 [v6, 10/31] 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: Tue, 18 Dec 2018 08:43:04 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/49051 _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