diff options
author | Eric Lin | 2022-08-11 17:15:16 +0800 |
---|---|---|
committer | Jonathan Corbet | 2022-08-18 11:11:52 -0600 |
commit | 74a3c2aefe04f381ca14d0e589c62edd4af94b4c (patch) | |
tree | ff43e17cf5379fb2afacceac526de1c182524cb1 /Documentation/core-api | |
parent | 23c48a124b469cee2eb0c75e6d22d366d1caa118 (diff) |
Documentation: irqdomain: Fix typo of "at least once"
Signed-off-by: Eric Lin <dslin1010@gmail.com>
Link: https://lore.kernel.org/r/20220811091516.2107908-1-dslin1010@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/irq/irq-domain.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |