From: Colin Vidal Date: Tue, 16 Feb 2016 22:12:17 +0000 (+0100) Subject: Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c3588214cbab692c6170b0e7327ebc86fc63141e;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 +#include -bool rtw_IOL_applied(struct adapter *adapter) +bool rtw_IOL_applied(struct adapter *adapter) { if (1 == adapter->registrypriv.fw_iol) return true;