be2net: networking block comments don't use an empty /* line
Resolved Warning: networking block comments don't use an empty /* line, use /* Comment... Issue found by checkpatch. Signed-off-by: Rohit Visavalia <rohit.visavalia@softnautics.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
525d0ae7a2
commit
5f834cf4b7
|
@ -4634,8 +4634,7 @@ int be_update_queues(struct be_adapter *adapter)
|
||||||
|
|
||||||
be_schedule_worker(adapter);
|
be_schedule_worker(adapter);
|
||||||
|
|
||||||
/*
|
/* The IF was destroyed and re-created. We need to clear
|
||||||
* The IF was destroyed and re-created. We need to clear
|
|
||||||
* all promiscuous flags valid for the destroyed IF.
|
* all promiscuous flags valid for the destroyed IF.
|
||||||
* Without this promisc mode is not restored during
|
* Without this promisc mode is not restored during
|
||||||
* be_open() because the driver thinks that it is
|
* be_open() because the driver thinks that it is
|
||||||
|
|
Loading…
Reference in New Issue