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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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)