Skip to content

Commit

Permalink
be2net: networking block comments don't use an empty /* line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rohit Visavalia authored and David S. Miller committed Jan 25, 2018
1 parent 525d0ae commit 5f834cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4634,8 +4634,7 @@ int be_update_queues(struct be_adapter *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.
* Without this promisc mode is not restored during
* be_open() because the driver thinks that it is
Expand Down

0 comments on commit 5f834cf

Please sign in to comment.