Skip to content

Commit 4248f5e

Browse files
can: vcan: remove unnecessary blank lines
This patch removes unnecessary blank lines, so that checkpatch doesn't complain anymore. Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent d569de8 commit 4248f5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/can/vcan.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ static bool echo; /* echo testing. Default: 0 (Off) */
6565
module_param(echo, bool, 0444);
6666
MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)");
6767

68-
6968
static void vcan_rx(struct sk_buff *skb, struct net_device *dev)
7069
{
7170
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)
112111
/* perform standard echo handling for CAN network interfaces */
113112

114113
if (loop) {
115-
116114
skb = can_create_echo_skb(skb);
117115
if (!skb)
118116
return NETDEV_TX_OK;

0 commit comments

Comments
 (0)