From: Marc Kleine-Budde Date: Tue, 20 Jun 2023 13:11:29 +0000 (+0200) Subject: can: rx-offload: fix coding style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe6027fe097a173d12067e781143bc1cd2fb1a57;p=linux.git can: rx-offload: fix coding style This patch aligns code to match open parenthesis. Link: https://lore.kernel.org/all/20230620131130.240180-2-mkl@pengutronix.de Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/dev/rx-offload.c b/drivers/net/can/dev/rx-offload.c index 81ebf0562c89d..161e45a7e8c11 100644 --- a/drivers/net/can/dev/rx-offload.c +++ b/drivers/net/can/dev/rx-offload.c @@ -220,7 +220,7 @@ int can_rx_offload_irq_offload_fifo(struct can_rx_offload *offload) EXPORT_SYMBOL_GPL(can_rx_offload_irq_offload_fifo); int can_rx_offload_queue_timestamp(struct can_rx_offload *offload, - struct sk_buff *skb, u32 timestamp) + struct sk_buff *skb, u32 timestamp) { struct can_rx_offload_cb *cb;