Skip to content

Commit 1905add

Browse files
bwallanJeff Kirsher
authored andcommitted
fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
Signed-off-by: Bruce Allan <[email protected]> Tested-by: Krishneil Singh <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 838e610 commit 1905add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/fm10k/fm10k_ptp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ void fm10k_ptp_register(struct fm10k_intfc *interface)
416416
/* This math is simply the inverse of the math in
417417
* fm10k_adjust_systime_pf applied to an adjustment value
418418
* of 2^30 - 1 which is the maximum value of the register:
419-
* max_ppb == ((2^30 - 1) * 5^9) / 2^31
419+
* max_ppb == ((2^30 - 1) * 5^9) / 2^31
420420
*/
421421
ptp_caps->max_adj = 976562;
422422
ptp_caps->adjfreq = fm10k_ptp_adjfreq;

0 commit comments

Comments
 (0)