2011-06-01 22:14:25

by chihau Chau

[permalink] [raw]
Subject: [PATCH] staging: intel_sst: replacing spaces by tabs

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

Signed-off-by: Chihau Chau <[email protected]>
---
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


2011-06-01 22:45:47

by Alan

[permalink] [raw]
Subject: Re: [PATCH] staging: intel_sst: replacing spaces by tabs

On Wed, 1 Jun 2011 18:13:19 -0400
Chihau Chau <[email protected]> wrote:

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

The goal with intel_sst is to replace it with the ALSA ASoC driver so I
don't think space fixing it is actually useful, just code fixes so we
can keep it on life support until we shoot it.