From: Anna-Maria Behnsen Date: Fri, 14 Jun 2024 10:23:40 +0000 (+0200) Subject: irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc comment X-Git-Tag: v6.11-rc1~74^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dca724d61a1d10f772dcd06948c30ceca027069;p=thirdparty%2Flinux.git irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc comment Modify the comment formatting in irq_find_matching_fwspec function to enhance code readability and maintain consistency. Signed-off-by: Anna-Maria Behnsen Signed-off-by: Shivamurthy Shastri Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/r/20240614102403.13610-2-shivamurthy.shastri@linutronix.de --- diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index aadc8891cc166..8475b83c5519e 100644 --- a/kernel/irq/irqdomain.c +++ b/kernel/irq/irqdomain.c @@ -438,7 +438,8 @@ struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec, struct fwnode_handle *fwnode = fwspec->fwnode; int rc; - /* We might want to match the legacy controller last since + /* + * We might want to match the legacy controller last since * it might potentially be set to match all interrupts in * the absence of a device node. This isn't a problem so far * yet though...