public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: intel_sst: replacing spaces by tabs
@ 2011-06-01 22:13 Chihau Chau
  2011-06-01 22:32 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Chihau Chau @ 2011-06-01 22:13 UTC (permalink / raw)
  To: gregkh, vinod.koul, alan; +Cc: devel, linux-kernel, Chihau Chau

This is a code style issue patch that replaces spaces by tabs.

Signed-off-by: Chihau Chau <chihau@gmail.com>
---
 drivers/staging/intel_sst/intelmid.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/intel_sst/intelmid.h b/drivers/staging/intel_sst/intelmid.h
index ca881b7..9607361 100644
--- a/drivers/staging/intel_sst/intelmid.h
+++ b/drivers/staging/intel_sst/intelmid.h
@@ -143,11 +143,11 @@ struct mad_stream_pvt {
 };
 
 enum mad_drv_status {
-    INIT = 1,
-    STARTED,
-    RUNNING,
-    PAUSED,
-    DROPPED,
+	INIT = 1,
+	STARTED,
+	RUNNING,
+	PAUSED,
+	DROPPED,
 };
 
 enum mad_pmic_status {
-- 
1.7.5.2


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

end of thread, other threads:[~2011-06-01 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 22:13 [PATCH] staging: intel_sst: replacing spaces by tabs Chihau Chau
2011-06-01 22:32 ` Alan Cox

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