public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Staging: rtl8188eu: Fixed coding style issues
@ 2014-01-02 20:46 Tim Jester-Pfadt
  2014-01-02 21:37 ` Larry Finger
  2014-01-02 23:22 ` [PATCH v3] " Tim Jester-Pfadt
  0 siblings, 2 replies; 7+ messages in thread
From: Tim Jester-Pfadt @ 2014-01-02 20:46 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, devel, linux-kernel

Fixed indentation coding style issues on rtw_io.c

Signed-off-by: Tim Jester-Pfadt <t.jp@gmx.de>
---
 drivers/staging/rtl8188eu/core/rtw_io.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_io.c b/drivers/staging/rtl8188eu/core/rtw_io.c
index 10c9c65..6be6c50 100644
--- a/drivers/staging/rtl8188eu/core/rtw_io.c
+++ b/drivers/staging/rtl8188eu/core/rtw_io.c
@@ -205,9 +205,9 @@ void _rtw_read_mem(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem)
 
 	_func_enter_;
 	if (adapter->bDriverStopped || adapter->bSurpriseRemoved) {
-	     RT_TRACE(_module_rtl871x_io_c_, _drv_info_,
-		      ("rtw_read_mem:bDriverStopped(%d) OR bSurpriseRemoved(%d)",
-		      adapter->bDriverStopped, adapter->bSurpriseRemoved));
+		RT_TRACE(_module_rtl871x_io_c_, _drv_info_,
+			("rtw_read_mem:bDriverStopped(%d) OR bSurpriseRemoved(%d)",
+			adapter->bDriverStopped, adapter->bSurpriseRemoved));
 	     return;
 	}
 	_read_mem = pintfhdl->io_ops._read_mem;
@@ -239,9 +239,9 @@ void _rtw_read_port(struct adapter *adapter, u32 addr, u32 cnt, u8 *pmem)
 	_func_enter_;
 
 	if (adapter->bDriverStopped || adapter->bSurpriseRemoved) {
-	     RT_TRACE(_module_rtl871x_io_c_, _drv_info_,
-		      ("rtw_read_port:bDriverStopped(%d) OR bSurpriseRemoved(%d)",
-		      adapter->bDriverStopped, adapter->bSurpriseRemoved));
+		RT_TRACE(_module_rtl871x_io_c_, _drv_info_,
+			("rtw_read_port:bDriverStopped(%d) OR bSurpriseRemoved(%d)",
+			adapter->bDriverStopped, adapter->bSurpriseRemoved));
 	     return;
 	}
 
-- 
1.8.5.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-01-03 12:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02 20:46 [PATCH v2] Staging: rtl8188eu: Fixed coding style issues Tim Jester-Pfadt
2014-01-02 21:37 ` Larry Finger
2014-01-02 23:22 ` [PATCH v3] " Tim Jester-Pfadt
2014-01-02 23:33   ` Larry Finger
2014-01-03  3:58   ` Joe Perches
2014-01-03  7:55   ` Dan Carpenter
2014-01-03 12:09     ` Tim Jester-Pfadt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox