All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: irqdomain: Fix typo of "at least once"
@ 2022-08-11  9:15 Eric Lin
  2022-08-18 17:12 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Lin @ 2022-08-11  9:15 UTC (permalink / raw)
  To: maz, corbet, linux-doc, linux-kernel

Signed-off-by: Eric Lin <dslin1010@gmail.com>
---
 Documentation/core-api/irq/irq-domain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/core-api/irq/irq-domain.rst b/Documentation/core-api/irq/irq-domain.rst
index d30b4d0a9769..f88a6ee67a35 100644
--- a/Documentation/core-api/irq/irq-domain.rst
+++ b/Documentation/core-api/irq/irq-domain.rst
@@ -71,7 +71,7 @@ variety of methods:
 Note that irq domain lookups must happen in contexts that are
 compatible with a RCU read-side critical section.
 
-The irq_create_mapping() function must be called *atleast once*
+The irq_create_mapping() function must be called *at least once*
 before any call to irq_find_mapping(), lest the descriptor will not
 be allocated.
 
-- 
2.25.1


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

* Re: [PATCH] Documentation: irqdomain: Fix typo of "at least once"
  2022-08-11  9:15 [PATCH] Documentation: irqdomain: Fix typo of "at least once" Eric Lin
@ 2022-08-18 17:12 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2022-08-18 17:12 UTC (permalink / raw)
  To: Eric Lin, maz, linux-doc, linux-kernel

Eric Lin <dslin1010@gmail.com> writes:

> Signed-off-by: Eric Lin <dslin1010@gmail.com>
> ---
>  Documentation/core-api/irq/irq-domain.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/irq/irq-domain.rst b/Documentation/core-api/irq/irq-domain.rst
> index d30b4d0a9769..f88a6ee67a35 100644
> --- a/Documentation/core-api/irq/irq-domain.rst
> +++ b/Documentation/core-api/irq/irq-domain.rst
> @@ -71,7 +71,7 @@ variety of methods:
>  Note that irq domain lookups must happen in contexts that are
>  compatible with a RCU read-side critical section.
>  
> -The irq_create_mapping() function must be called *atleast once*
> +The irq_create_mapping() function must be called *at least once*
>  before any call to irq_find_mapping(), lest the descriptor will not
>  be allocated.

Applied, thanks.

jon

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

end of thread, other threads:[~2022-08-18 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  9:15 [PATCH] Documentation: irqdomain: Fix typo of "at least once" Eric Lin
2022-08-18 17:12 ` Jonathan Corbet

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.