[alsa-devel] [PATCH] soc-cache: fix training whitespace checkpatch issue
Signed-off-by: Barry Song 21cnbao@gmail.com --- 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 d2505e8..906878e 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,
Sorry. For uniform coding style with the context, the patch should be:
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c index d2505e8..906878e 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,
On Fri, Dec 25, 2009 at 5:00 PM, Barry Song 21cnbao@gmail.com wrote:
Signed-off-by: Barry Song 21cnbao@gmail.com
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 d2505e8..906878e 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, -- 1.5.6.3
On Mon, Dec 28, 2009 at 12:43:01PM +0800, Barry Song wrote:
Sorry. For uniform coding style with the context, the patch should be:
Sure - please resend with the commit message and so on (for a small fix like this fixing up manually would be more hassle than the fix).
participants (2)
-
Barry Song
-
Mark Brown