Messages in this thread Patch in this message |  | | From | Guangbin Huang <> | Subject | [PATCH net-next 08/10] net: sealevel: remove meaningless comments | Date | Sun, 30 May 2021 14:24:32 +0800 |
| |
From: Peng Li <lipeng321@huawei.com>
Remove the meaningless stylistically wrong comment.
Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> --- 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
|  |