Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4248f5e0 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde
Browse files

can: vcan: remove unnecessary blank lines



This patch removes unnecessary blank lines, so that checkpatch doesn't
complain anymore.

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent d569de81
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ static bool echo; /* echo testing. Default: 0 (Off) */
module_param(echo, bool, 0444);
MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)");


static void vcan_rx(struct sk_buff *skb, struct net_device *dev)
{
	struct canfd_frame *cfd = (struct canfd_frame *)skb->data;
@@ -112,7 +111,6 @@ static netdev_tx_t vcan_tx(struct sk_buff *skb, struct net_device *dev)
	/* perform standard echo handling for CAN network interfaces */

	if (loop) {

		skb = can_create_echo_skb(skb);
		if (!skb)
			return NETDEV_TX_OK;