diff options
author | Michael Straube | 2018-10-14 12:17:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2018-10-14 13:33:16 +0200 |
commit | 7fa3069dfcf82d9c84197f7dae2759cc9bf80667 (patch) | |
tree | 5f3b5069c392c023f2c620a6f8d7501bfbe43e59 /drivers/staging | |
parent | staging: rtl8188eu: rename Hal_MappingOutPipe() - style (diff) | |
download | kernel-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')
-rw-r--r-- | drivers/staging/rtl8188eu/hal/hal_com.c | 2 |
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) { |