Skip to content

Commit 5f834cf

Browse files
RohitVisavalia-SNdavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 525d0ae commit 5f834cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/net/ethernet/emulex/benet/be_main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4634,8 +4634,7 @@ int be_update_queues(struct be_adapter *adapter)
46344634

46354635
be_schedule_worker(adapter);
46364636

4637-
/*
4638-
* The IF was destroyed and re-created. We need to clear
4637+
/* The IF was destroyed and re-created. We need to clear
46394638
* all promiscuous flags valid for the destroyed IF.
46404639
* Without this promisc mode is not restored during
46414640
* be_open() because the driver thinks that it is

0 commit comments

Comments
 (0)