alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: docs: fix typo
@ 2020-07-31 19:35 Julia Lawall
  2020-08-01  9:34 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2020-07-31 19:35 UTC (permalink / raw)
  To: Jaroslav Kysela
  Cc: alsa-devel, linux-doc, Jonathan Corbet, kernel-janitors,
	linux-kernel, Takashi Iwai

GFP_KRENEL -> GFP_KERNEL

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 Documentation/sound/kernel-api/writing-an-alsa-driver.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
index fa49688..aa9d5ab 100644
--- a/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
+++ b/Documentation/sound/kernel-api/writing-an-alsa-driver.rst
@@ -3579,7 +3579,7 @@ dependent on the bus. For normal devices, pass the device pointer
 ``SNDRV_DMA_TYPE_DEV`` type. For the continuous buffer unrelated to the
 bus can be pre-allocated with ``SNDRV_DMA_TYPE_CONTINUOUS`` type.
 You can pass NULL to the device pointer in that case, which is the
-default mode implying to allocate with ``GFP_KRENEL`` flag.
+default mode implying to allocate with ``GFP_KERNEL`` flag.
 If you need a different GFP flag, you can pass it by encoding the flag
 into the device pointer via a special macro
 :c:func:`snd_dma_continuous_data()`.


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

* Re: [PATCH] ALSA: docs: fix typo
  2020-07-31 19:35 [PATCH] ALSA: docs: fix typo Julia Lawall
@ 2020-08-01  9:34 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-08-01  9:34 UTC (permalink / raw)
  To: Julia Lawall
  Cc: alsa-devel, Jonathan Corbet, linux-kernel, linux-doc,
	kernel-janitors, Takashi Iwai

On Fri, 31 Jul 2020 21:35:29 +0200,
Julia Lawall wrote:
> 
> GFP_KRENEL -> GFP_KERNEL
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2020-08-01  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 19:35 [PATCH] ALSA: docs: fix typo Julia Lawall
2020-08-01  9:34 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).