Skip to content

Commit

Permalink
net: wimax: stack: fixed multi line comment issue
Browse files Browse the repository at this point in the history
Moved end of comment to it's own line per guide

Signed-off-by: Mark Railton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Mark Railton authored and davem330 committed Jul 22, 2018
1 parent b529344 commit ef32477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/wimax/stack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef32477

Please sign in to comment.