projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838e610
)
fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
author
Bruce Allan
<
[email protected]
>
Tue, 22 Dec 2015 22:55:26 +0000
(14:55 -0800)
committer
Jeff Kirsher
<
[email protected]
>
Tue, 5 Apr 2016 19:44:44 +0000
(12:44 -0700)
Signed-off-by: Bruce Allan <
[email protected]
>
Tested-by: Krishneil Singh <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
b/drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
index b4945e8abe033a08a59a33e27f808fc41890cf0c..1c1ccade6538ed1b1836a041626dfef24d0ad925 100644
(file)
--- a/
drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
+++ b/
drivers/net/ethernet/intel/fm10k/fm10k_ptp.c
@@
-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;