From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752341AbcBLSGt (ORCPT ); Fri, 12 Feb 2016 13:06:49 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:54401 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752235AbcBLSGr (ORCPT ); Fri, 12 Feb 2016 13:06:47 -0500 X-Sasl-enc: maKeIQfBXpr2vVy/3mI5e/bI9YlcN5m+MrlnpyOEAd8y 1455300406 From: Colin Vidal To: Greg Kroah-Hartman , Colin Vidal , devel@driverdev.osuosl.org (open list:STAGING SUBSYSTEM), linux-kernel@vger.kernel.org (open list) Subject: [PATCH v3 2/5] Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers Date: Fri, 12 Feb 2016 19:05:50 +0100 Message-Id: <1455300355-14524-2-git-send-email-colin@cvidal.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1455300355-14524-1-git-send-email-colin@cvidal.org> References: <1455300355-14524-1-git-send-email-colin@cvidal.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Colin Vidal --- drivers/staging/rtl8188eu/core/rtw_iol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c b/drivers/staging/rtl8188eu/core/rtw_iol.c index 000a81c..7642c22 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; -- 2.5.0