All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tinycompress: cplay: Correct a couple of small message typos
@ 2013-04-15 16:39 Richard Fitzgerald
  2013-04-16 14:01 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Fitzgerald @ 2013-04-15 16:39 UTC (permalink / raw)
  To: vinod.koul; +Cc: alsa-devel


Change-Id: I2b25d006328f1a9458f232f77c61e509c9b54d3c
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
 cplay.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cplay.c b/cplay.c
index 60995a4..d9364f4 100644
--- a/cplay.c
+++ b/cplay.c
@@ -337,7 +337,7 @@ void play_samples(char *name, unsigned int card, unsigned int device,
 				goto BUF_EXIT;
 			}
 			if (wrote != num_read) {
-				/* TODO: Buufer pointer needs to be set here */
+				/* TODO: Buffer pointer needs to be set here */
 				fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote);
 			}
 			if (verbose) {
@@ -348,7 +348,7 @@ void play_samples(char *name, unsigned int card, unsigned int device,
 	} while (num_read > 0);
 
 	if (verbose)
-		printf("%s: exit sucess\n", __func__);
+		printf("%s: exit success\n", __func__);
 	/* issue drain if it supports */
 	compress_drain(compress);
 	free(buffer);
-- 
1.7.2.5

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

* Re: [PATCH] tinycompress: cplay: Correct a couple of small message typos
  2013-04-15 16:39 [PATCH] tinycompress: cplay: Correct a couple of small message typos Richard Fitzgerald
@ 2013-04-16 14:01 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2013-04-16 14:01 UTC (permalink / raw)
  To: Richard Fitzgerald; +Cc: alsa-devel

On Mon, Apr 15, 2013 at 05:39:39PM +0100, Richard Fitzgerald wrote:
> 
> Change-Id: I2b25d006328f1a9458f232f77c61e509c9b54d3c
You need to strip these
> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
and add s-o-b by the author

I have fixed it up and applied, thanks

--
~Vinod
> ---
>  cplay.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/cplay.c b/cplay.c
> index 60995a4..d9364f4 100644
> --- a/cplay.c
> +++ b/cplay.c
> @@ -337,7 +337,7 @@ void play_samples(char *name, unsigned int card, unsigned int device,
>  				goto BUF_EXIT;
>  			}
>  			if (wrote != num_read) {
> -				/* TODO: Buufer pointer needs to be set here */
> +				/* TODO: Buffer pointer needs to be set here */
>  				fprintf(stderr, "We wrote %d, DSP accepted %d\n", num_read, wrote);
>  			}
>  			if (verbose) {
> @@ -348,7 +348,7 @@ void play_samples(char *name, unsigned int card, unsigned int device,
>  	} while (num_read > 0);
>  
>  	if (verbose)
> -		printf("%s: exit sucess\n", __func__);
> +		printf("%s: exit success\n", __func__);
>  	/* issue drain if it supports */
>  	compress_drain(compress);
>  	free(buffer);
> -- 
> 1.7.2.5
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2013-04-16 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 16:39 [PATCH] tinycompress: cplay: Correct a couple of small message typos Richard Fitzgerald
2013-04-16 14:01 ` Vinod Koul

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.