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:
91a0b60
)
net-timestamp: Fix a documentation typo
author
Andrew Lutomirski
<
[email protected]
>
Mon, 24 Nov 2014 20:02:29 +0000
(12:02 -0800)
committer
David S. Miller
<
[email protected]
>
Tue, 25 Nov 2014 18:35:26 +0000
(13:35 -0500)
SOF_TIMESTAMPING_OPT_ID puts the id in ee_data, not ee_info.
Cc: Willem de Bruijn <
[email protected]
>
Signed-off-by: Andy Lutomirski <
[email protected]
>
Acked-by: Willem de Bruijn <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
Documentation/networking/timestamping.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/timestamping.txt
b/Documentation/networking/timestamping.txt
index 412f45ca2d73e3cd31a487e5fe13b73fc552d9f5..1d6d02d6ba52b531642436e8a6d8c0640af5467d 100644
(file)
--- a/
Documentation/networking/timestamping.txt
+++ b/
Documentation/networking/timestamping.txt
@@
-136,7
+136,7
@@
SOF_TIMESTAMPING_OPT_ID:
This option is implemented only for transmit timestamps. There, the
timestamp is always looped along with a struct sock_extended_err.
- The option modifies field ee_
info
to pass an id that is unique
+ The option modifies field ee_
data
to pass an id that is unique
among all possibly concurrently outstanding timestamp requests for
that socket. In practice, it is a monotonically increasing u32
(that wraps).