mirror of https://gitee.com/openkylin/linux.git
can: c_can: fix indentation
Commit 524369e239
("can: c_can: remove obsolete STRICT_FRAME_ORDERING Kconfig option")
left behind wrong indentation, fix it.
Link: https://lore.kernel.org/r/20210302215435.18286-3-dariobin@libero.it
Signed-off-by: Dario Binacchi <dariobin@libero.it>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
f65735c203
commit
c8a6b44388
|
@ -762,7 +762,7 @@ static u32 c_can_adjust_pending(u32 pend)
|
|||
static inline void c_can_rx_object_get(struct net_device *dev,
|
||||
struct c_can_priv *priv, u32 obj)
|
||||
{
|
||||
c_can_object_get(dev, IF_RX, obj, priv->comm_rcv_high);
|
||||
c_can_object_get(dev, IF_RX, obj, priv->comm_rcv_high);
|
||||
}
|
||||
|
||||
static inline void c_can_rx_finalize(struct net_device *dev,
|
||||
|
|
Loading…
Reference in New Issue