We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838e610 commit 1905addCopy full SHA for 1905add
drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
@@ -416,7 +416,7 @@ void fm10k_ptp_register(struct fm10k_intfc *interface)
416
/* This math is simply the inverse of the math in
417
* fm10k_adjust_systime_pf applied to an adjustment value
418
* of 2^30 - 1 which is the maximum value of the register:
419
- * max_ppb == ((2^30 - 1) * 5^9) / 2^31
+ * max_ppb == ((2^30 - 1) * 5^9) / 2^31
420
*/
421
ptp_caps->max_adj = 976562;
422
ptp_caps->adjfreq = fm10k_ptp_adjfreq;
0 commit comments