linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: wimax: stack: fixed multi line comment issue
@ 2018-07-19 23:11 Mark Railton
  2018-07-22  2:36 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Railton @ 2018-07-19 23:11 UTC (permalink / raw)
  To: inaky.perez-gonzalez, davem
  Cc: linux-wimax, netdev, linux-kernel, Mark Railton

Moved end of comment to it's own line per guide

Signed-off-by: Mark Railton <mark@markrailton.com>
---
 net/wimax/stack.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/wimax/stack.c b/net/wimax/stack.c
index 5db731512014..73dba9c077bb 100644
--- a/net/wimax/stack.c
+++ b/net/wimax/stack.c
@@ -486,7 +486,8 @@ int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev)
 	d_fnstart(3, dev, "(wimax_dev %p net_dev %p)\n", wimax_dev, net_dev);
 
 	/* Do the RFKILL setup before locking, as RFKILL will call
-	 * into our functions. */
+	 * into our functions.
+	 */
 	wimax_dev->net_dev = net_dev;
 	result = wimax_rfkill_add(wimax_dev);
 	if (result < 0)
-- 
2.17.1


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

end of thread, other threads:[~2018-07-22 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-19 23:11 [PATCH] net: wimax: stack: fixed multi line comment issue Mark Railton
2018-07-22  2:36 ` David Miller
2018-07-22 13:07   ` Mark Railton

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