Skip to content

Commit

Permalink
net-timestamp: Fix a documentation typo
Browse files Browse the repository at this point in the history
SOF_TIMESTAMPING_OPT_ID puts the id in ee_data, not ee_info.

Cc: Willem de Bruijn <willemb@google.com>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrew Lutomirski authored and David S. Miller committed Nov 25, 2014
1 parent 91a0b60 commit 138a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/timestamping.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 138a7f4

Please sign in to comment.