Skip to content

Commit afae5cd

Browse files
treedaviesgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e946ef9 commit afae5cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

drivers/staging/rtl8192e/rtllib_softmac.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,11 +2267,7 @@ static void rtllib_MlmeDisassociateRequest(struct rtllib_device *rtllib,
22672267
}
22682268
}
22692269

2270-
static void
2271-
rtllib_MgntDisconnectAP(
2272-
struct rtllib_device *rtllib,
2273-
u8 asRsn
2274-
)
2270+
static void rtllib_MgntDisconnectAP(struct rtllib_device *rtllib, u8 asRsn)
22752271
{
22762272
bool bFilterOutNonAssociatedBSSID = false;
22772273

0 commit comments

Comments
 (0)