Skip to content

Commit cbb91dc

Browse files
committed
ptp: fix filter names in the documentation
All the filter names are missing _PTP in them. Signed-off-by: Jakub Kicinski <[email protected]> Acked-by: Richard Cochran <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0276af2 commit cbb91dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/networking/timestamping.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ of packets.
486486
Drivers are free to use a more permissive configuration than the requested
487487
configuration. It is expected that drivers should only implement directly the
488488
most generic mode that can be supported. For example if the hardware can
489-
support HWTSTAMP_FILTER_V2_EVENT, then it should generally always upscale
490-
HWTSTAMP_FILTER_V2_L2_SYNC_MESSAGE, and so forth, as HWTSTAMP_FILTER_V2_EVENT
489+
support HWTSTAMP_FILTER_PTP_V2_EVENT, then it should generally always upscale
490+
HWTSTAMP_FILTER_PTP_V2_L2_SYNC, and so forth, as HWTSTAMP_FILTER_PTP_V2_EVENT
491491
is more generic (and more useful to applications).
492492

493493
A driver which supports hardware time stamping shall update the struct

0 commit comments

Comments
 (0)