Commit 04d7ad8c authored by Peng Li's avatar Peng Li Committed by Jakub Kicinski

net: sealevel: remove meaningless comments

Remove the meaningless stylistically wrong comment.
Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent cc51e3f3
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment