]> git.itanic.dy.fi Git - linux-stable/commitdiff
can: ti_hecc: fix coding style
authorMarc Kleine-Budde <mkl@pengutronix.de>
Tue, 20 Jun 2023 13:11:30 +0000 (15:11 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 22 Jun 2023 07:42:28 +0000 (09:42 +0200)
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 <mkl@pengutronix.de>
drivers/net/can/ti_hecc.c

index 9bab0b4cc44990f1c982fe3fa9fe74742859e145..54284661992eb333cf615a924bb17eb3f08693f5 100644 (file)
@@ -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++;
        }