diff options
author | Antonio Borneo <antonio.borneo@st.com> | 2019-10-07 17:43:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-07 14:55:46 -0400 |
commit | 503c9addef613c872679e24fc8a78f3febeb5a08 (patch) | |
tree | f402ecd48bb88a51e30ec8f1e7bbb9dd4e9d254e /drivers/ptp | |
parent | 4b5149365faa8fddf7dc58e47cfed51b19db051e (diff) |
ptp: fix typo of "mechanism" in Kconfig help text
Fix typo s/mechansim/mechanism/
Signed-off-by: Antonio Borneo <antonio.borneo@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp')
-rw-r--r-- | drivers/ptp/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index 960961fb0d7c..0517272a268e 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -97,8 +97,8 @@ config PTP_1588_CLOCK_PCH help This driver adds support for using the PCH EG20T as a PTP clock. The hardware supports time stamping of PTP packets - when using the end-to-end delay (E2E) mechansim. The peer - delay mechansim (P2P) is not supported. + when using the end-to-end delay (E2E) mechanism. The peer + delay mechanism (P2P) is not supported. This clock is only useful if your PTP programs are getting hardware time stamps on the PTP Ethernet packets using the |