mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] davinci: davinci-evm: Put spaces before '='
@ 2017-02-25 10:45 sergiu.weisz
  0 siblings, 0 replies; only message in thread
From: sergiu.weisz @ 2017-02-25 10:45 UTC (permalink / raw)
  To: perex, tiwai, alsa-devel, linux-kernel; +Cc: sergiu.weisz

This was reported by checkpatch.pl

Signed-off-by: sergiu.weisz <sergiu121@gmail.com>
---
 sound/soc/davinci/davinci-evm.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c
index 7a369e0..c5d80e8 100644
--- a/sound/soc/davinci/davinci-evm.c
+++ b/sound/soc/davinci/davinci-evm.c
@@ -195,7 +195,7 @@ static struct snd_soc_dai_link dm6467_evm_dai[] = {
 	{
 		.name = "TLV320AIC3X",
 		.stream_name = "AIC3X",
-		.cpu_dai_name= "davinci-mcasp.0",
+		.cpu_dai_name = "davinci-mcasp.0",
 		.codec_dai_name = "tlv320aic3x-hifi",
 		.platform_name = "davinci-mcasp.0",
 		.codec_name = "tlv320aic3x-codec.0-001a",
@@ -207,7 +207,7 @@ static struct snd_soc_dai_link dm6467_evm_dai[] = {
 	{
 		.name = "McASP",
 		.stream_name = "spdif",
-		.cpu_dai_name= "davinci-mcasp.1",
+		.cpu_dai_name = "davinci-mcasp.1",
 		.codec_dai_name = "dit-hifi",
 		.codec_name = "spdif_dit",
 		.platform_name = "davinci-mcasp.1",
@@ -232,7 +232,7 @@ static struct snd_soc_dai_link da830_evm_dai = {
 static struct snd_soc_dai_link da850_evm_dai = {
 	.name = "TLV320AIC3X",
 	.stream_name = "AIC3X",
-	.cpu_dai_name= "davinci-mcasp.0",
+	.cpu_dai_name = "davinci-mcasp.0",
 	.codec_dai_name = "tlv320aic3x-hifi",
 	.codec_name = "tlv320aic3x-codec.1-0018",
 	.platform_name = "davinci-mcasp.0",
-- 
2.9.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-25 10:46 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:45 [PATCH] davinci: davinci-evm: Put spaces before '=' sergiu.weisz

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

Powered by JetHome