net: sealevel: remove meaningless comments

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>
This commit is contained in:
Peng Li 2021-05-30 14:24:32 +08:00 committed by Jakub Kicinski
parent cc51e3f36e
commit 04d7ad8cca
1 changed files with 0 additions and 3 deletions

View 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;
}