Staging: rtl8192e: rtl819x_HTProc: fixed missing blank space
authorAaron Lawrence <t4rmin@zohomail.com>
Sun, 23 Oct 2022 09:41:51 +0000 (16:41 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 23 Oct 2022 15:41:56 +0000 (17:41 +0200)
Added a missing blank space as per the Linux kernel coding-style
regulations. The issue was flagged by the checkpatch script as a
warning.

Signed-off-by: Aaron Lawrence <t4rmin@zohomail.com>
Link: https://lore.kernel.org/r/e6635103e3cf2426220767955b99d2e2b62a7329.1666502177.git.t4rmin@zohomail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_HTProc.c

index ef3dca51cf99b3af2fea79c5ab454ddbc3b889b4..b763cf0ba35679ccaf71a91de649f87e7ac44f3b 100644 (file)
@@ -70,6 +70,7 @@ static u8 LINKSYS_MARVELL_4400N[3] = {0x00, 0x14, 0xa4};
 void HTUpdateDefaultSetting(struct rtllib_device *ieee)
 {
        struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
+
        pHTInfo->bRegShortGI20MHz = 1;
        pHTInfo->bRegShortGI40MHz = 1;