All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [trivial] alsa: Fix typos in alsa-driver-api.xml
@ 2014-02-08 15:47 Masanari Iida
  2014-02-10  8:55 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-02-08 15:47 UTC (permalink / raw)
  To: trivial, linux-kernel, tiwai, alsa-devel; +Cc: Masanari Iida

This patch fixed 2 typos in DocBook/alsa-driver-api.xml.
It is because this file is generated by make xmldocs,
I have to fix typos within source files.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 sound/core/pcm_native.c | 2 +-
 sound/core/rawmidi.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
index 01a5e05..10b5d1a 100644
--- a/sound/core/pcm_native.c
+++ b/sound/core/pcm_native.c
@@ -954,7 +954,7 @@ static struct action_ops snd_pcm_action_stop = {
  *
  * The state of each stream is then changed to the given state unconditionally.
  *
- * Return: Zero if succesful, or a negative error code.
+ * Return: Zero if successful, or a negative error code.
  */
 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t state)
 {
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c
index 7b596b5..f016be7 100644
--- a/sound/core/rawmidi.c
+++ b/sound/core/rawmidi.c
@@ -1101,7 +1101,7 @@ int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream,
 /**
  * snd_rawmidi_transmit_ack - acknowledge the transmission
  * @substream: the rawmidi substream
- * @count: the tranferred count
+ * @count: the transferred count
  *
  * Advances the hardware pointer for the internal output buffer with
  * the given size and updates the condition.
-- 
1.9.rc1


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

* Re: [PATCH] [trivial] alsa: Fix typos in alsa-driver-api.xml
  2014-02-08 15:47 [PATCH] [trivial] alsa: Fix typos in alsa-driver-api.xml Masanari Iida
@ 2014-02-10  8:55 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2014-02-10  8:55 UTC (permalink / raw)
  To: Masanari Iida; +Cc: trivial, linux-kernel, alsa-devel

At Sun,  9 Feb 2014 00:47:36 +0900,
Masanari Iida wrote:
> 
> This patch fixed 2 typos in DocBook/alsa-driver-api.xml.
> It is because this file is generated by make xmldocs,
> I have to fix typos within source files.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Thanks, applied.


Takashi

> ---
>  sound/core/pcm_native.c | 2 +-
>  sound/core/rawmidi.c    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/core/pcm_native.c b/sound/core/pcm_native.c
> index 01a5e05..10b5d1a 100644
> --- a/sound/core/pcm_native.c
> +++ b/sound/core/pcm_native.c
> @@ -954,7 +954,7 @@ static struct action_ops snd_pcm_action_stop = {
>   *
>   * The state of each stream is then changed to the given state unconditionally.
>   *
> - * Return: Zero if succesful, or a negative error code.
> + * Return: Zero if successful, or a negative error code.
>   */
>  int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t state)
>  {
> diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c
> index 7b596b5..f016be7 100644
> --- a/sound/core/rawmidi.c
> +++ b/sound/core/rawmidi.c
> @@ -1101,7 +1101,7 @@ int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream,
>  /**
>   * snd_rawmidi_transmit_ack - acknowledge the transmission
>   * @substream: the rawmidi substream
> - * @count: the tranferred count
> + * @count: the transferred count
>   *
>   * Advances the hardware pointer for the internal output buffer with
>   * the given size and updates the condition.
> -- 
> 1.9.rc1
> 

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

end of thread, other threads:[~2014-02-10  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-08 15:47 [PATCH] [trivial] alsa: Fix typos in alsa-driver-api.xml Masanari Iida
2014-02-10  8:55 ` Takashi Iwai

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.