Skip to content

Commit ef32477

Browse files
Mark Railtondavem330
authored andcommitted
net: wimax: stack: fixed multi line comment issue
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]>
1 parent b529344 commit ef32477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/wimax/stack.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev)
486486
d_fnstart(3, dev, "(wimax_dev %p net_dev %p)\n", wimax_dev, net_dev);
487487

488488
/* Do the RFKILL setup before locking, as RFKILL will call
489-
* into our functions. */
489+
* into our functions.
490+
*/
490491
wimax_dev->net_dev = net_dev;
491492
result = wimax_rfkill_add(wimax_dev);
492493
if (result < 0)

0 commit comments

Comments
 (0)