Skip to content

Commit 75a946f

Browse files
treedaviesgregkh
authored andcommitted
Staging: rtl8192e: Fixup statement broken across 2 lines in rtllib_softmac_new_net()
Join 2 lines to fix Warning: Lines should not end with a '(' Signed-off-by: Tree Davies <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 7fa1446 commit 75a946f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/staging/rtl8192e/rtllib_softmac.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,8 +1225,7 @@ inline void rtllib_softmac_new_net(struct rtllib_device *ieee,
12251225
ieee->ht_info->current_ht_support = false;
12261226

12271227
ieee->link_state = RTLLIB_ASSOCIATING;
1228-
schedule_delayed_work(
1229-
&ieee->associate_procedure_wq, 0);
1228+
schedule_delayed_work(&ieee->associate_procedure_wq, 0);
12301229
} else {
12311230
if (rtllib_is_54g(&ieee->current_network)) {
12321231
ieee->rate = 108;

0 commit comments

Comments
 (0)