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


Groups > linux.kernel > #1588122 > unrolled thread

[PATCH] ASoC: sun4i-codec: Remove spaces before tabs.

Started byCodrut Grosu <codrut.cristian.grosu@gmail.com>
First post2017-02-25 11:50 +0100
Last post2017-02-25 11:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ASoC: sun4i-codec: Remove spaces before tabs. Codrut Grosu <codrut.cristian.grosu@gmail.com> - 2017-02-25 11:50 +0100

#1588122 — [PATCH] ASoC: sun4i-codec: Remove spaces before tabs.

FromCodrut Grosu <codrut.cristian.grosu@gmail.com>
Date2017-02-25 11:50 +0100
Subject[PATCH] ASoC: sun4i-codec: Remove spaces before tabs.
Message-ID<teI5k-6sz-19@gated-at.bofh.it>
This was reported by checkpatch.pl

Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
---
 sound/soc/sunxi/sun4i-codec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c
index c3aab10..7ba6849 100644
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -1139,8 +1139,8 @@ static int sun4i_codec_dai_probe(struct snd_soc_dai *dai)
 		.stream_name	= "Capture",
 		.channels_min	= 1,
 		.channels_max	= 2,
-		.rates 		= SUN4I_CODEC_RATES,
-		.formats 	= SUN4I_CODEC_FORMATS,
+		.rates		= SUN4I_CODEC_RATES,
+		.formats	= SUN4I_CODEC_FORMATS,
 		.sig_bits	= 24,
 	 },
 };
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web