Skip to content

Commit 6dca724

Browse files
anna-marialxKAGA-KOKO
authored andcommitted
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
1 parent 12c94f6 commit 6dca724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/irq/irqdomain.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ struct irq_domain *irq_find_matching_fwspec(struct irq_fwspec *fwspec,
438438
struct fwnode_handle *fwnode = fwspec->fwnode;
439439
int rc;
440440

441-
/* We might want to match the legacy controller last since
441+
/*
442+
* We might want to match the legacy controller last since
442443
* it might potentially be set to match all interrupts in
443444
* the absence of a device node. This isn't a problem so far
444445
* yet though...

0 commit comments

Comments
 (0)