fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
authorBruce Allan <bruce.w.allan@intel.com>
Tue, 22 Dec 2015 22:55:26 +0000 (14:55 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 5 Apr 2016 19:44:44 +0000 (12:44 -0700)
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_ptp.c

index b4945e8..1c1ccad 100644 (file)
@@ -416,7 +416,7 @@ void fm10k_ptp_register(struct fm10k_intfc *interface)
        /* This math is simply the inverse of the math in
         * fm10k_adjust_systime_pf applied to an adjustment value
         * of 2^30 - 1 which is the maximum value of the register:
-        *      max_ppb == ((2^30 - 1) * 5^9) / 2^31
+        *      max_ppb == ((2^30 - 1) * 5^9) / 2^31
         */
        ptp_caps->max_adj       = 976562;
        ptp_caps->adjfreq       = fm10k_ptp_adjfreq;