Skip to content

Commit

Permalink
can: Documentation: fix parameter name "sample-point"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert Schwebel authored and Marc Kleine-Budde committed Apr 1, 2014
1 parent 636d037 commit 5fb7639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/networking/can.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ solution for a couple of reasons:
in case of a bus-off condition after the specified delay time
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
range 0.000..0.999. If the calculation of bit-timing parameters
is enabled in the kernel (CONFIG_CAN_CALC_BITTIMING=y), the
Expand Down

0 comments on commit 5fb7639

Please sign in to comment.