mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
can: xilinx_can: clean up indentation issue
A statement is indented one level too deep, fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
c223da6893
commit
64d6ce8fe4
@ -1119,7 +1119,7 @@ static void xcan_err_interrupt(struct net_device *ndev, u32 isr)
|
||||
cf->data[3] = CAN_ERR_PROT_LOC_CRC_SEQ;
|
||||
}
|
||||
}
|
||||
priv->can.can_stats.bus_error++;
|
||||
priv->can.can_stats.bus_error++;
|
||||
}
|
||||
|
||||
if (skb) {
|
||||
|
Loading…
Reference in New Issue
Block a user