drivers/net/can/dev.c:294:2-3: Unneeded semicolon
Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Andri Yngvason <[email protected]> Signed-off-by: Fengguang Wu <[email protected]> --- dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/can/dev.c +++ b/drivers/net/can/dev.c @@ -291,7 +291,7 @@ static void can_update_state_error_stats case CAN_STATE_BUS_OFF: default: break; - }; + } } static int can_tx_state_to_frame(struct net_device *dev, enum can_state state) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

