From: Peng Li Date: Sun, 30 May 2021 06:24:32 +0000 (+0800) Subject: net: sealevel: remove meaningless comments X-Git-Tag: io_uring-5.14-2021-07-09~10^2~408^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=04d7ad8cca9c33df22b3f5ef964ca9cb86d8ee8e;p=linux-block.git net: sealevel: remove meaningless comments Remove the meaningless stylistically wrong comment. Signed-off-by: Peng Li Signed-off-by: Guangbin Huang Signed-off-by: Jakub Kicinski --- 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; }