Commit ef324779 authored by Mark Railton's avatar Mark Railton Committed by David S. Miller

net: wimax: stack: fixed multi line comment issue

Moved end of comment to it's own line per guide
Signed-off-by: default avatarMark Railton <mark@markrailton.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b5293443
...@@ -486,7 +486,8 @@ int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev) ...@@ -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); 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 /* Do the RFKILL setup before locking, as RFKILL will call
* into our functions. */ * into our functions.
*/
wimax_dev->net_dev = net_dev; wimax_dev->net_dev = net_dev;
result = wimax_rfkill_add(wimax_dev); result = wimax_rfkill_add(wimax_dev);
if (result < 0) if (result < 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment