Commit d726c01a authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

can: dev: remove unnecessary blank line

This patch removes unnecessary blank lines, so that checkpatch doesn't
complain anymore.
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 39fe6fd5
...@@ -449,7 +449,6 @@ void can_put_echo_skb(struct sk_buff *skb, struct net_device *dev, ...@@ -449,7 +449,6 @@ void can_put_echo_skb(struct sk_buff *skb, struct net_device *dev,
} }
if (!priv->echo_skb[idx]) { if (!priv->echo_skb[idx]) {
skb = can_create_echo_skb(skb); skb = can_create_echo_skb(skb);
if (!skb) if (!skb)
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment