Skip to content

Commit

Permalink
can: xilinx_can: clean up indentation issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Marc Kleine-Budde committed Jul 24, 2019
1 parent c223da6 commit 64d6ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/can/xilinx_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 64d6ce8

Please sign in to comment.