mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
can: dev: remove unnecessary blank line
This patch removes unnecessary blank lines, so that checkpatch doesn't complain anymore. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
39fe6fd5fb
commit
d726c01aa7
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue