]> git.droids-corp.org - dpdk.git/commitdiff
fm10k/base: fix debug typo
authorWang Xiao W <xiao.w.wang@intel.com>
Thu, 10 Sep 2015 04:38:36 +0000 (12:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 7 Oct 2015 11:25:06 +0000 (13:25 +0200)
The function is specifically for the PF, but the DEBUGFUNC labeled it
with *_vf.

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
drivers/net/fm10k/base/fm10k_pf.c

index 3545a24f12d165c676163beaf8ddc8e1f7eda6cd..7ab322a5ca4953b4735d4d7b8099ca11e8d50a24 100644 (file)
@@ -1868,7 +1868,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");
 
        /* if sw_addr is not set we don't have switch register access */
        if (!hw->sw_addr)