From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751873AbdBYKq3 (ORCPT ); Sat, 25 Feb 2017 05:46:29 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36057 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbdBYKq2 (ORCPT ); Sat, 25 Feb 2017 05:46:28 -0500 From: "sergiu.weisz" To: perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Cc: "sergiu.weisz" Subject: [PATCH] davinci: davinci-evm: Put spaces before '=' Date: Sat, 25 Feb 2017 12:45:36 +0200 Message-Id: <20170225104536.12396-1-sergiu121@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This was reported by checkpatch.pl Signed-off-by: sergiu.weisz --- 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