can: m_can: fix block comment style
This patch fixes the commenting style in the m_can driver. Fixes:1be37d3b04
("can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from softirq context") Fixes:df06fd6782
("can: m_can: m_can_chip_config(): enable and configure internal timestamps") Link: https://lore.kernel.org/r/20210819111703.599686-2-mkl@pengutronix.de Cc: Chandrasekar Ramakrishnan <rcsekar@samsung.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
fede1ae2d3
commit
5020ced445
@ -1306,7 +1306,8 @@ static void m_can_chip_config(struct net_device *dev)
|
||||
m_can_set_bittiming(dev);
|
||||
|
||||
/* enable internal timestamp generation, with a prescalar of 16. The
|
||||
* prescalar is applied to the nominal bit timing */
|
||||
* prescalar is applied to the nominal bit timing
|
||||
*/
|
||||
m_can_write(cdev, M_CAN_TSCC, FIELD_PREP(TSCC_TCP_MASK, 0xf));
|
||||
|
||||
m_can_config_endisable(cdev, false);
|
||||
|
Loading…
Reference in New Issue
Block a user