mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user