Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <anna-maria@linutronix.de>
Signed-off-by: Shivamurthy Shastri <shivamurthy.shastri@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240614102403.13610-2-shivamurthy.shastri@linutronix.de

authored by

Anna-Maria Behnsen and committed by
Thomas Gleixner
6dca724d 12c94f69

+2 -1
+2 -1
kernel/irq/irqdomain.c
··· 438 438 struct fwnode_handle *fwnode = fwspec->fwnode; 439 439 int rc; 440 440 441 - /* We might want to match the legacy controller last since 441 + /* 442 + * We might want to match the legacy controller last since 442 443 * it might potentially be set to match all interrupts in 443 444 * the absence of a device node. This isn't a problem so far 444 445 * yet though...