[PATCH] Documentation: irqdomain: Fix typo of "at least once"

Eric Lin posted 1 patch 3 years, 8 months ago
Documentation/core-api/irq/irq-domain.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: irqdomain: Fix typo of "at least once"
Posted by Eric Lin 3 years, 8 months ago
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
Re: [PATCH] Documentation: irqdomain: Fix typo of "at least once"
Posted by Jonathan Corbet 3 years, 7 months ago
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