Browse Source

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>
Rohit Visavalia 7 years ago
parent
commit
5f834cf4b7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/net/ethernet/emulex/benet/be_main.c

+ 1 - 2
drivers/net/ethernet/emulex/benet/be_main.c

@@ -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