diff options
author | Robert Schwebel <r.schwebel@pengutronix.de> | 2014-03-19 04:49:42 -0400 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2014-04-01 05:54:55 -0400 |
commit | 5fb7639dee74496107f269a987933e2f0465692c (patch) | |
tree | 8bc543158932cabfc341b0951d969d37171815ea /Documentation/networking/can.txt | |
parent | 636d0375e7a850c95a0abc2c214295ce06cd2ab4 (diff) |
can: Documentation: fix parameter name "sample-point"
This patch fixes the name of the parameter to configure the sample point used
in iproute2's ip command. The correct writing is "sample-point" not
"sample_point".
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'Documentation/networking/can.txt')
-rw-r--r-- | Documentation/networking/can.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt index 0cbe6ec22d6f..2fa44cbe81b7 100644 --- a/Documentation/networking/can.txt +++ b/Documentation/networking/can.txt | |||
@@ -1017,7 +1017,7 @@ solution for a couple of reasons: | |||
1017 | in case of a bus-off condition after the specified delay time | 1017 | in case of a bus-off condition after the specified delay time |
1018 | in milliseconds. By default it's off. | 1018 | in milliseconds. By default it's off. |
1019 | 1019 | ||
1020 | "bitrate 125000 sample_point 0.875" | 1020 | "bitrate 125000 sample-point 0.875" |
1021 | Shows the real bit-rate in bits/sec and the sample-point in the | 1021 | Shows the real bit-rate in bits/sec and the sample-point in the |
1022 | range 0.000..0.999. If the calculation of bit-timing parameters | 1022 | range 0.000..0.999. If the calculation of bit-timing parameters |
1023 | is enabled in the kernel (CONFIG_CAN_CALC_BITTIMING=y), the | 1023 | is enabled in the kernel (CONFIG_CAN_CALC_BITTIMING=y), the |