aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/irq.c
diff options
context:
space:
mode:
authorVasyl Gomonovych <gomonovych@gmail.com>2017-12-06 23:43:34 +0100
committerRob Herring <robh@kernel.org>2017-12-12 12:03:06 -0600
commitfae3b9cd70bd0f6f80df1843cb243f7ac4d8b4c3 (patch)
tree90881286f5013f2c664ce0ccb5280e4f60f8cad0 /drivers/of/irq.c
parentof: enable unittests on UML (diff)
downloadlinux-dev-fae3b9cd70bd0f6f80df1843cb243f7ac4d8b4c3.tar.xz
linux-dev-fae3b9cd70bd0f6f80df1843cb243f7ac4d8b4c3.zip
of: irq: Fix function description comment
Make small cleanup in function description for of_irq_parse_raw Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of/irq.c')
-rw-r--r--drivers/of/irq.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c
index ec00ae7384c2..7dcea86e052c 100644
--- a/drivers/of/irq.c
+++ b/drivers/of/irq.c
@@ -83,9 +83,8 @@ EXPORT_SYMBOL_GPL(of_irq_find_parent);
/**
* of_irq_parse_raw - Low level interrupt tree parsing
- * @parent: the device interrupt parent
* @addr: address specifier (start of "reg" property of the device) in be32 format
- * @out_irq: structure of_irq updated by this function
+ * @out_irq: structure of_phandle_args updated by this function
*
* Returns 0 on success and a negative number on error
*