From: Michael Straube Date: Sun, 14 Oct 2018 10:17:42 +0000 (+0200) Subject: staging: rtl8188eu: remove whitespace - style X-Git-Tag: v4.20-rc1~72^2~22 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7fa3069dfcf82d9c84197f7dae2759cc9bf80667;p=linux-block.git staging: rtl8188eu: remove whitespace - style Remove extra space in variable declaration. Signed-off-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/hal/hal_com.c b/drivers/staging/rtl8188eu/hal/hal_com.c index 6db5c34ed02e..ff481fbd074c 100644 --- a/drivers/staging/rtl8188eu/hal/hal_com.c +++ b/drivers/staging/rtl8188eu/hal/hal_com.c @@ -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) {