From: Marc Kleine-Budde Date: Tue, 20 Jun 2023 13:11:30 +0000 (+0200) Subject: can: ti_hecc: fix coding style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a9d8a3c8a05fdb9d076905855bc0d5b5ee8c881;p=linux.git can: ti_hecc: fix coding style This patch aligns code to match open parenthesis. Link: https://lore.kernel.org/all/20230620131130.240180-3-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index 9bab0b4cc4499..54284661992eb 100644 --- a/drivers/net/can/ti_hecc.c +++ b/drivers/net/can/ti_hecc.c @@ -625,7 +625,7 @@ static int ti_hecc_error(struct net_device *ndev, int int_status, timestamp = hecc_read(priv, HECC_CANLNT); err = can_rx_offload_queue_timestamp(&priv->offload, skb, - timestamp); + timestamp); if (err) ndev->stats.rx_fifo_errors++; }