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:
aa4a065
)
i40e: cleanup wording in a header comment
author
Jacob Keller
<
[email protected]
>
Thu, 10 May 2018 12:59:47 +0000
(
05:59
-0700)
committer
Jeff Kirsher
<
[email protected]
>
Mon, 14 May 2018 14:05:16 +0000
(07:05 -0700)
Fix up the English in the header comment for i40e_ptp_tx_hang.
Signed-off-by: Jacob Keller <
[email protected]
>
Tested-by: Andrew Bowers <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40e/i40e_ptp.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40e/i40e_ptp.c
b/drivers/net/ethernet/intel/i40e/i40e_ptp.c
index aa3daec2049d986a962bbac0712b80b6e928fa79..6706141a5ccd631ba8d2004f122bbc5aa18ad4cc 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_ptp.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_ptp.c
@@
-317,7
+317,7
@@
void i40e_ptp_rx_hang(struct i40e_pf *pf)
* This watchdog task is run periodically to make sure that we clear the Tx
* timestamp logic if we don't obtain a timestamp in a reasonable amount of
* time. It is unexpected in the normal case but if it occurs it results in
- * permanently prevent
timestamps of future packets
+ * permanently prevent
ing timestamps of future packets.
**/
void i40e_ptp_tx_hang(struct i40e_pf *pf)
{