From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wang Xiao W Subject: [PATCH 27/28] fm10k: TRIVIAL fix typo in DEBUGFUNC Date: Thu, 10 Sep 2015 12:38:36 +0800 Message-ID: <1441859917-26475-28-git-send-email-xiao.w.wang@intel.com> References: <1441859917-26475-1-git-send-email-xiao.w.wang@intel.com> Cc: Wang Xiao W To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3AB28921C for ; Thu, 10 Sep 2015 06:39:48 +0200 (CEST) In-Reply-To: <1441859917-26475-1-git-send-email-xiao.w.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The function is specifically for the PF, but the DEBUGFUNC labeled it with *_vf. Signed-off-by: Wang Xiao W --- drivers/net/fm10k/base/fm10k_pf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/fm10k/base/fm10k_pf.c b/drivers/net/fm10k/base/fm10k_pf.c index 396a2e0..3148a90 100644 --- a/drivers/net/fm10k/base/fm10k_pf.c +++ b/drivers/net/fm10k/base/fm10k_pf.c @@ -1911,7 +1911,7 @@ STATIC s32 fm10k_adjust_systime_pf(struct fm10k_hw *hw, s32 ppb) { u64 systime_adjust; - DEBUGFUNC("fm10k_adjust_systime_vf"); + DEBUGFUNC("fm10k_adjust_systime_pf"); /* ensure that we control the clock */ if (!(hw->flags & FM10K_HW_FLAG_CLOCK_OWNER)) -- 1.9.3