diff options
author | Barry Song <21cnbao@gmail.com> | 2009-12-31 10:30:34 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-31 11:54:16 +0000 |
commit | 8998c89907f84f7e25536c1c670a134c831e682f (patch) | |
tree | e1d2aa1e33d716dbc86a10efded1914fcda57ff6 /sound/soc/soc-cache.c | |
parent | 59c3b003ddd3c815de1aa015920710a9e4bf195b (diff) | |
download | linux-3.10-8998c89907f84f7e25536c1c670a134c831e682f.tar.gz linux-3.10-8998c89907f84f7e25536c1c670a134c831e682f.tar.bz2 linux-3.10-8998c89907f84f7e25536c1c670a134c831e682f.zip |
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>
Diffstat (limited to 'sound/soc/soc-cache.c')
-rw-r--r-- | sound/soc/soc-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c index d2505e8b06c..02c235711bb 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, |