All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] soc-cache: fix training whitespace checkpatch issue
@ 2009-12-25  9:00 Barry Song
  2009-12-28  4:43 ` Barry Song
  0 siblings, 1 reply; 3+ messages in thread
From: Barry Song @ 2009-12-25  9:00 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, Barry Song

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] soc-cache: fix training whitespace checkpatch issue
  2009-12-25  9:00 [PATCH] soc-cache: fix training whitespace checkpatch issue Barry Song
@ 2009-12-28  4:43 ` Barry Song
  2009-12-30 13:17   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Barry Song @ 2009-12-28  4:43 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, Barry Song

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
>
>
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] soc-cache: fix training whitespace checkpatch issue
  2009-12-28  4:43 ` Barry Song
@ 2009-12-30 13:17   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2009-12-30 13:17 UTC (permalink / raw)
  To: Barry Song; +Cc: alsa-devel

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).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-30 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-25  9:00 [PATCH] soc-cache: fix training whitespace checkpatch issue Barry Song
2009-12-28  4:43 ` Barry Song
2009-12-30 13:17   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.