mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
Staging: rtl8192e: Fix statement broken across 2 lines in rtllib_rx_assoc_resp()
Join 2 lines, so that statment resides on one line, 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-9-tdavies@darkphysics.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7d225068d3
commit
e946ef939f
|
|
@ -1636,8 +1636,7 @@ rtllib_rx_assoc_resp(struct rtllib_device *ieee, struct sk_buff *skb,
|
|||
"Association response status code 0x%x\n",
|
||||
errcode);
|
||||
if (ieee->AsocRetryCount < RT_ASOC_RETRY_LIMIT)
|
||||
schedule_delayed_work(
|
||||
&ieee->associate_procedure_wq, 0);
|
||||
schedule_delayed_work(&ieee->associate_procedure_wq, 0);
|
||||
else
|
||||
rtllib_associate_abort(ieee);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user