]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
net: sealevel: remove meaningless comments
authorPeng Li <lipeng321@huawei.com>
Sun, 30 May 2021 06:24:32 +0000 (14:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:03 +0000 (22:14 -0700)
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>
drivers/net/wan/sealevel.c

index e07309e0d9713a282fdd712f8da4f8a5269adc89..6665732f96ce23f54f611cd89004e7bb2ee36189 100644 (file)
@@ -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;
 }