summaryrefslogtreecommitdiff
path: root/net/wimax
diff options
context:
space:
mode:
authorMark Railton <mark@markrailton.com>2018-07-20 00:11:46 +0100
committerDavid S. Miller <davem@davemloft.net>2018-07-21 19:35:51 -0700
commitef32477971b50c1fa11f52f5ed44cfbc98075030 (patch)
tree50220f78965bd561c0663926829a9d3ad757023d /net/wimax
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')
-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)
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)