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:
parent
cc51e3f36e
commit
04d7ad8cca
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue