mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 22:58:29 +00:00
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>
This commit is contained in:
parent
636d0375e7
commit
5fb7639dee
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ solution for a couple of reasons:
|
||||||
in case of a bus-off condition after the specified delay time
|
in case of a bus-off condition after the specified delay time
|
||||||
in milliseconds. By default it's off.
|
in milliseconds. By default it's off.
|
||||||
|
|
||||||
"bitrate 125000 sample_point 0.875"
|
"bitrate 125000 sample-point 0.875"
|
||||||
Shows the real bit-rate in bits/sec and the sample-point in the
|
Shows the real bit-rate in bits/sec and the sample-point in the
|
||||||
range 0.000..0.999. If the calculation of bit-timing parameters
|
range 0.000..0.999. If the calculation of bit-timing parameters
|
||||||
is enabled in the kernel (CONFIG_CAN_CALC_BITTIMING=y), the
|
is enabled in the kernel (CONFIG_CAN_CALC_BITTIMING=y), the
|
||||||
|
|
Loading…
Add table
Reference in a new issue