aboutsummaryrefslogtreecommitdiffstats
path: root/net/wimax/stack.c
diff options
context:
space:
mode:
authorMark Railton <mark@markrailton.com>2018-07-19 19:11:46 -0400
committerDavid S. Miller <davem@davemloft.net>2018-07-21 22:35:51 -0400
commitef32477971b50c1fa11f52f5ed44cfbc98075030 (patch)
tree50220f78965bd561c0663926829a9d3ad757023d /net/wimax/stack.c
parentb5293443de89460047aad7d94b8e6ff783c29e0c (diff)
net: wimax: stack: fixed multi line comment issue
Moved end of comment to it's own line per guide Signed-off-by: Mark Railton <mark@markrailton.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wimax/stack.c')
-rw-r--r--net/wimax/stack.c3
1 files changed, 2 insertions, 1 deletions
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)
486 d_fnstart(3, dev, "(wimax_dev %p net_dev %p)\n", wimax_dev, net_dev); 486 d_fnstart(3, dev, "(wimax_dev %p net_dev %p)\n", wimax_dev, net_dev);
487 487
488 /* Do the RFKILL setup before locking, as RFKILL will call 488 /* Do the RFKILL setup before locking, as RFKILL will call
489 * into our functions. */ 489 * into our functions.
490 */
490 wimax_dev->net_dev = net_dev; 491 wimax_dev->net_dev = net_dev;
491 result = wimax_rfkill_add(wimax_dev); 492 result = wimax_rfkill_add(wimax_dev);
492 if (result < 0) 493 if (result < 0)