linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] be2net: networking block comments don't use an empty /* line
@ 2018-01-25 12:58 Rohit Visavalia
  2018-01-25 21:34 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rohit Visavalia @ 2018-01-25 12:58 UTC (permalink / raw)
  To: sathya.perla, ajit.khaparde, sriharsha.basavapatna, somnath.kotur
  Cc: linux-kernel, netdev, Rohit Visavalia

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>
---
 drivers/net/ethernet/emulex/benet/be_main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
index e180657a02ef..c36c81959198 100644
--- a/drivers/net/ethernet/emulex/benet/be_main.c
+++ b/drivers/net/ethernet/emulex/benet/be_main.c
@@ -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
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] be2net: networking block comments don't use an empty /* line
  2018-01-25 12:58 [PATCH] be2net: networking block comments don't use an empty /* line Rohit Visavalia
@ 2018-01-25 21:34 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-01-25 21:34 UTC (permalink / raw)
  To: rohit.visavalia
  Cc: sathya.perla, ajit.khaparde, sriharsha.basavapatna,
	somnath.kotur, linux-kernel, netdev

From: Rohit Visavalia <rohit.visavalia@softnautics.com>
Date: Thu, 25 Jan 2018 18:28:24 +0530

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

Applied to net-next.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-25 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-25 12:58 [PATCH] be2net: networking block comments don't use an empty /* line Rohit Visavalia
2018-01-25 21:34 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).