Skip to content

Commit f655f8b

Browse files
Jakub Kicinskidavem330
authored andcommitted
Documentation: timestamping: correct path to net_tstamp.h
net_tstamp.h is an UAPI header, so it was moved under include/uapi. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 88a8121 commit f655f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/networking/timestamping.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ is again deprecated and ts[2] holds a hardware timestamp if set.
417417

418418
Hardware time stamping must also be initialized for each device driver
419419
that is expected to do hardware time stamping. The parameter is defined in
420-
/include/linux/net_tstamp.h as:
420+
include/uapi/linux/net_tstamp.h as:
421421

422422
struct hwtstamp_config {
423423
int flags; /* no flags defined right now, must be zero */
@@ -487,7 +487,7 @@ enum {
487487
HWTSTAMP_FILTER_PTP_V1_L4_EVENT,
488488

489489
/* for the complete list of values, please check
490-
* the include file /include/linux/net_tstamp.h
490+
* the include file include/uapi/linux/net_tstamp.h
491491
*/
492492
};
493493

0 commit comments

Comments
 (0)