浏览代码

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>
Colin Vidal 9 年之前
父节点
当前提交
c3588214cb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/staging/rtl8188eu/core/rtw_iol.c

+ 2 - 2
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;