All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] can: bittiming: fix documentation for struct can_tdc::tdcv
@ 2021-06-16  9:59 Marc Kleine-Budde
  2021-06-16 12:46 ` Vincent MAILHOL
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Kleine-Budde @ 2021-06-16  9:59 UTC (permalink / raw)
  To: linux-can; +Cc: kernel, Marc Kleine-Budde, Vincent Mailhol

This patch fixes a typo in the documentation for struct can_tdc::tdcv.
The number "0" refers to automatic mode not the letter "O".

Fixes: 289ea9e4ae59 ("can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)")
Cc: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 include/linux/can/bittiming.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/can/bittiming.h b/include/linux/can/bittiming.h
index ae7a3411167c..d61d8716345e 100644
--- a/include/linux/can/bittiming.h
+++ b/include/linux/can/bittiming.h
@@ -37,7 +37,7 @@
  *	quanta, from when the bit is sent on the TX pin to when it is
  *	received on the RX pin of the transmitter. Possible options:
  *
- *	  O: automatic mode. The controller dynamically measure @tdcv
+ *	  0: automatic mode. The controller dynamically measure @tdcv
  *	  for each transmitted CAN FD frame.
  *
  *	  Other values: manual mode. Use the fixed provided value.
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] can: bittiming: fix documentation for struct can_tdc::tdcv
  2021-06-16  9:59 [PATCH] can: bittiming: fix documentation for struct can_tdc::tdcv Marc Kleine-Budde
@ 2021-06-16 12:46 ` Vincent MAILHOL
  0 siblings, 0 replies; 2+ messages in thread
From: Vincent MAILHOL @ 2021-06-16 12:46 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: linux-can, kernel

On Wed. 16 Jun 2021 at 18:59, Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> This patch fixes a typo in the documentation for struct can_tdc::tdcv.
> The number "0" refers to automatic mode not the letter "O".
>
> Fixes: 289ea9e4ae59 ("can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)")
> Cc: Vincent Mailhol <mailhol.vincent@wanadoo.fr>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  include/linux/can/bittiming.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr>

Thank you!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-16 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  9:59 [PATCH] can: bittiming: fix documentation for struct can_tdc::tdcv Marc Kleine-Budde
2021-06-16 12:46 ` Vincent MAILHOL

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.