* [PATCH] ASoC: sun4i-codec: Remove spaces before tabs.
@ 2017-02-25 10:39 Codrut Grosu
0 siblings, 0 replies; only message in thread
From: Codrut Grosu @ 2017-02-25 10:39 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-25 10:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 10:39 [PATCH] ASoC: sun4i-codec: Remove spaces before tabs Codrut Grosu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).