projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b529344
)
net: wimax: stack: fixed multi line comment issue
author
Mark Railton
<mark@markrailton.com>
Thu, 19 Jul 2018 23:11:46 +0000
(
00:11
+0100)
committer
David S. Miller
<davem@davemloft.net>
Sun, 22 Jul 2018 02:35:51 +0000
(19:35 -0700)
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>
net/wimax/stack.c
patch
|
blob
|
history
diff --git
a/net/wimax/stack.c
b/net/wimax/stack.c
index 5db731512014b3bddaf6f6553a646b7f8204a562..73dba9c077bba15efffdf959194b9f2f07612391 100644
(file)
--- 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)