summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorColin Vidal2016-02-16 23:12:17 +0100
committerGreg Kroah-Hartman2016-02-21 00:06:51 +0100
commitc3588214cbab692c6170b0e7327ebc86fc63141e (patch)
tree0aaba3794ca8a320c7b09384742348eca108eab0 /drivers/staging/rtl8188eu
parentStaging: rtl8188eu/core: remove paragraph which mention FSF address in commen... (diff)
downloadkernel-qcow2-linux-c3588214cbab692c6170b0e7327ebc86fc63141e.tar.gz
kernel-qcow2-linux-c3588214cbab692c6170b0e7327ebc86fc63141e.tar.xz
kernel-qcow2-linux-c3588214cbab692c6170b0e7327ebc86fc63141e.zip
Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers
And a space after include keyword, making the preprocessor more readable, and remove an unexpected space between a type and variable name. Signed-off-by: Colin Vidal <colin@cvidal.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_iol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c b/drivers/staging/rtl8188eu/core/rtw_iol.c
index 000a81c06b65..7642c22b8b6f 100644
--- a/drivers/staging/rtl8188eu/core/rtw_iol.c
+++ b/drivers/staging/rtl8188eu/core/rtw_iol.c
@@ -14,9 +14,9 @@
*
******************************************************************************/
-#include<rtw_iol.h>
+#include <rtw_iol.h>
-bool rtw_IOL_applied(struct adapter *adapter)
+bool rtw_IOL_applied(struct adapter *adapter)
{
if (1 == adapter->registrypriv.fw_iol)
return true;