[PATCH net-next 08/10] net: sealevel: remove meaningless comments

From: Guangbin Huang
Date: Sun May 30 2021 - 02:28:04 EST


From: Peng Li <lipeng321@xxxxxxxxxx>

Remove the meaningless stylistically wrong comment.

Signed-off-by: Peng Li <lipeng321@xxxxxxxxxx>
Signed-off-by: Guangbin Huang <huangguangbin2@xxxxxxxxxx>
---
drivers/net/wan/sealevel.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/drivers/net/wan/sealevel.c b/drivers/net/wan/sealevel.c
index e07309e0d971..6665732f96ce 100644
--- a/drivers/net/wan/sealevel.c
+++ b/drivers/net/wan/sealevel.c
@@ -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;
}
--
2.8.1