mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-20 06:26:09 -05:00
Staging: rtl8192e: Fix function definition broken across multiple lines
Join 4 lines, so that function definition resides on a single 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-10-tdavies@darkphysics.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e946ef939f
commit
afae5cd741
@@ -2267,11 +2267,7 @@ static void rtllib_MlmeDisassociateRequest(struct rtllib_device *rtllib,
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
rtllib_MgntDisconnectAP(
|
||||
struct rtllib_device *rtllib,
|
||||
u8 asRsn
|
||||
)
|
||||
static void rtllib_MgntDisconnectAP(struct rtllib_device *rtllib, u8 asRsn)
|
||||
{
|
||||
bool bFilterOutNonAssociatedBSSID = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user