projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c94f6
)
irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc comment
author
Anna-Maria Behnsen
<anna-maria@linutronix.de>
Fri, 14 Jun 2024 10:23:40 +0000
(12:23 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 23 Jun 2024 13:07:57 +0000
(15:07 +0200)
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
kernel/irq/irqdomain.c
patch
|
blob
|
history
diff --git
a/kernel/irq/irqdomain.c
b/kernel/irq/irqdomain.c
index
aadc889
..
8475b83
100644
(file)
--- 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...