diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-08-07 15:22:31 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-08-14 20:12:16 -0600 |
commit | 83f82d7a42583e93d0f0dde3d61ed10f75c0f4d8 (patch) | |
tree | e4e1b68973d52fc81a314e4250fcb58b80b1ac5c /drivers/of | |
parent | 626633425c079742c04f4f2d81c16962b084605c (diff) | |
download | linux-83f82d7a42583e93d0f0dde3d61ed10f75c0f4d8.tar.bz2 |
of: irq: fix a trivial typo in a doc comment
Diverged from what the code does with commit 530210c7814e ("of/irq: Replace
of_irq with of_phandle_args").
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 7f84bb4903ca..a296eaf52a5b 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -277,7 +277,7 @@ EXPORT_SYMBOL_GPL(of_irq_parse_raw); * of_irq_parse_one - Resolve an interrupt for a device * @device: the device whose interrupt is to be resolved * @index: index of the interrupt to resolve - * @out_irq: structure of_irq filled by this function + * @out_irq: structure of_phandle_args filled by this function * * This function resolves an interrupt for a node by walking the interrupt tree, * finding which interrupt controller node it is attached to, and returning the |