[dpdk-dev] [PATCH 27/28] fm10k: TRIVIAL fix typo in DEBUGFUNC

Wang Xiao W xiao.w.wang at intel.com
Thu Sep 10 06:38:36 CEST 2015


The function is specifically for the PF, but the DEBUGFUNC labeled it
with *_vf.

Signed-off-by: Wang Xiao W <xiao.w.wang at intel.com>
---
 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



More information about the dev mailing list