Commit c3588214 authored by Colin Vidal's avatar Colin Vidal Committed by Greg Kroah-Hartman

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: default avatarColin Vidal <colin@cvidal.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ca6a963
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment