diff options
author | Anna-Maria Behnsen <anna-maria@linutronix.de> | 2024-06-14 12:23:40 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-06-23 15:07:57 +0200 |
commit | 6dca724d61a1d10f772dcd06948c30ceca027069 (patch) | |
tree | d47e2aa034e7d0b00d6c4a54fd7c3eff1751717f /kernel | |
parent | 12c94f694e53b1bf105c56af4b800a32f1b0b10a (diff) | |
download | linux-stable-6dca724d61a1d10f772dcd06948c30ceca027069.tar.gz linux-stable-6dca724d61a1d10f772dcd06948c30ceca027069.tar.bz2 linux-stable-6dca724d61a1d10f772dcd06948c30ceca027069.zip |
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
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/irq/irqdomain.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index aadc8891cc16..8475b83c5519 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... |