mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
b5293443de
commit
ef32477971
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue