Commit dba2628c authored by Gabhyun Kim's avatar Gabhyun Kim Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Remove line breaks to match coding style



Remove redundant line break in function definition to
correct coding style.

Signed-off-by: default avatarGabhyun Kim <kimgaby415@gmail.com>
Link: https://lore.kernel.org/r/20221101062636.GA3257@ubuntu


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3cbb8d0d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -148,8 +148,7 @@ static void init_mgmt_queue(struct rtllib_device *ieee)
}


u8
MgntQuery_TxRateExcludeCCKRates(struct rtllib_device *ieee)
u8 MgntQuery_TxRateExcludeCCKRates(struct rtllib_device *ieee)
{
	u16	i;
	u8	QueryRate = 0;