]> www.infradead.org Git - users/willy/xarray.git/commitdiff
staging: rtl8188eu: remove whitespace - style
authorMichael Straube <straube.linux@gmail.com>
Sun, 14 Oct 2018 10:17:42 +0000 (12:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Oct 2018 11:33:16 +0000 (13:33 +0200)
Remove extra space in variable declaration.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/hal_com.c

index 6db5c34ed02e00615fa3d6763b1df368be8583cd..ff481fbd074cb7b5873f08c044a320ac3e674caa 100644 (file)
@@ -265,7 +265,7 @@ static void three_out_pipe(struct adapter *adapter, bool wifi_cfg)
 bool hal_mapping_out_pipe(struct adapter *adapter, u8 numoutpipe)
 {
        struct registry_priv *pregistrypriv = &adapter->registrypriv;
-       bool  wifi_cfg = (pregistrypriv->wifi_spec) ? true : false;
+       bool wifi_cfg = (pregistrypriv->wifi_spec) ? true : false;
        bool result = true;
 
        switch (numoutpipe) {