From: Vasyl Gomonovych Date: Wed, 6 Dec 2017 22:43:34 +0000 (+0100) Subject: of: irq: Fix function description comment X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fae3b9cd70bd0f6f80df1843cb243f7ac4d8b4c3;p=openwrt%2Fstaging%2Fblogic.git of: irq: Fix function description comment Make small cleanup in function description for of_irq_parse_raw Signed-off-by: Vasyl Gomonovych Signed-off-by: Rob Herring --- 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 *