Skip to content

Commit

Permalink
net: sealevel: remove meaningless comments
Browse files Browse the repository at this point in the history
Remove the meaningless stylistically wrong comment.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Peng Li authored and Jakub Kicinski committed Jun 1, 2021
1 parent cc51e3f commit 04d7ad8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wan/sealevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ static int sealevel_open(struct net_device *d)

slvl->chan->rx_function = sealevel_input;

/*
* Go go go
*/
netif_start_queue(d);
return 0;
}
Expand Down

0 comments on commit 04d7ad8

Please sign in to comment.