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 <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20231223015942.418263-12-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7fa1446 commit 75a946f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)