staging: rtl8192e: Remove line breaks to match coding style
authorGabhyun Kim <kimgaby415@gmail.com>
Tue, 1 Nov 2022 06:26:36 +0000 (15:26 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Nov 2022 07:22:19 +0000 (08:22 +0100)
Remove redundant line break in function definition to
correct coding style.

Signed-off-by: Gabhyun Kim <kimgaby415@gmail.com>
Link: https://lore.kernel.org/r/20221101062636.GA3257@ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac.c

index 1a3ca3e57623a860849e6b5f62514323c88d870a..1253de48180537a78aa16d48d39a83907332310d 100644 (file)
@@ -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;