Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1187431

[PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation

From Guillaume Bienkowski <guitreize@gmail.com>
Newsgroups linux.kernel
Subject [PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation
Date 2015-07-18 12:10 +0200
Message-ID <pNxe9-Xy-11@gated-at.bofh.it> (permalink)
References <pNxe9-Xy-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Guillaume Bienkowski <guitreize@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
index 1a00d1b0..23bc1bf 100644
--- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
@@ -4709,7 +4709,7 @@ void _linked_rx_signal_strehgth_display(struct adapter *padapter);
 void _linked_rx_signal_strehgth_display(struct adapter *padapter)
 {
 	struct mlme_ext_priv    *pmlmeext = &padapter->mlmeextpriv;
-      struct mlme_ext_info    *pmlmeinfo = &(pmlmeext->mlmext_info);
+	struct mlme_ext_info    *pmlmeinfo = &(pmlmeext->mlmext_info);
 	u8 mac_id;
 	int UndecoratedSmoothedPWDB;
 	if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE)
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH V2 1/2] staging: rtl8188eu: Fix style errors and warnings Guillaume Bienkowski <guitreize@gmail.com> - 2015-07-18 12:10 +0200
  [PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation Guillaume Bienkowski <guitreize@gmail.com> - 2015-07-18 12:10 +0200

csiph-web