From: Barry Song <21cnbao@gmail.com>
Date: Thu, 31 Dec 2009 02:30:34 +0000 (+0800)
Subject: ASoC: soc-cache: cleanup training whitespace and coding style
X-Git-Tag: firefly_0821_release~9833^2~1382^2~7^2~234
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8998c89907f84f7e25536c1c670a134c831e682f;p=firefly-linux-kernel-4.4.55.git

ASoC: soc-cache: cleanup training whitespace and coding style

Signed-off-by: Barry Song <21cnbao@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---

diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c
index d2505e8b06c9..02c235711bb8 100644
--- a/sound/soc/soc-cache.c
+++ b/sound/soc/soc-cache.c
@@ -182,7 +182,7 @@ static struct {
 	{
 		.addr_bits = 7, .data_bits = 9,
 		.write = snd_soc_7_9_write, .read = snd_soc_7_9_read,
-		.spi_write = snd_soc_7_9_spi_write 
+		.spi_write = snd_soc_7_9_spi_write,
 	},
 	{
 		.addr_bits = 8, .data_bits = 8,