summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal
diff options
context:
space:
mode:
authorMichael Straube2018-10-14 12:17:42 +0200
committerGreg Kroah-Hartman2018-10-14 13:33:16 +0200
commit7fa3069dfcf82d9c84197f7dae2759cc9bf80667 (patch)
tree5f3b5069c392c023f2c620a6f8d7501bfbe43e59 /drivers/staging/rtl8188eu/hal
parentstaging: rtl8188eu: rename Hal_MappingOutPipe() - style (diff)
downloadkernel-qcow2-linux-7fa3069dfcf82d9c84197f7dae2759cc9bf80667.tar.gz
kernel-qcow2-linux-7fa3069dfcf82d9c84197f7dae2759cc9bf80667.tar.xz
kernel-qcow2-linux-7fa3069dfcf82d9c84197f7dae2759cc9bf80667.zip
staging: rtl8188eu: remove whitespace - style
Remove extra space in variable declaration. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/hal')
-rw-r--r--drivers/staging/rtl8188eu/hal/hal_com.c2
1 files changed, 1 insertions, 1 deletions
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) {