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

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@ubuntuSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3cbb8d0d
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment