projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52029b7
)
irq: Fix typo in header comment
author
Paul Barker
<paul.barker.ct@bp.renesas.com>
Mon, 14 Aug 2023 19:13:35 +0000
(20:13 +0100)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 19 Aug 2023 02:12:53 +0000
(
04:12
+0200)
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
include/irq.h
patch
|
blob
|
history
diff --git
a/include/irq.h
b/include/irq.h
index 1d08cb858d0eda5cc50a9fe2d81797300f2a67eb..5638c10128e9c3cfda63539d131d7375966dfed0 100644
(file)
--- a/
include/irq.h
+++ b/
include/irq.h
@@
-109,7
+109,7
@@
struct irq_ops {
* xxx_xlate() call, or as the only step in implementing a client's
* irq_request() call.
*
- * @irq: The irq struct to request; this has been fille in by
+ * @irq: The irq struct to request; this has been fille
d
in by
* a previoux xxx_xlate() function call, or by the caller
* of irq_request().
* @return 0 if OK, or a negative error code.