diff options
| author | Marc Kleine-Budde <[email protected]> | 2023-06-20 15:11:30 +0200 |
|---|---|---|
| committer | Marc Kleine-Budde <[email protected]> | 2023-06-22 09:42:28 +0200 |
| commit | 8a9d8a3c8a05fdb9d076905855bc0d5b5ee8c881 (patch) | |
| tree | 36495b55dcc0b1176d46ea3db54b76a2d71837b6 | |
| parent | fe6027fe097a173d12067e781143bc1cd2fb1a57 (diff) | |
can: ti_hecc: fix coding style
This patch aligns code to match open parenthesis.
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Marc Kleine-Budde <[email protected]>
| -rw-r--r-- | drivers/net/can/ti_hecc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index 9bab0b4cc449..54284661992e 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++; } |