mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00:00
irq: Fix typo in header comment
Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
52029b783b
commit
99a4e5865e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ struct irq_ops {
|
||||||
* xxx_xlate() call, or as the only step in implementing a client's
|
* xxx_xlate() call, or as the only step in implementing a client's
|
||||||
* irq_request() call.
|
* irq_request() call.
|
||||||
*
|
*
|
||||||
* @irq: The irq struct to request; this has been fille in by
|
* @irq: The irq struct to request; this has been filled in by
|
||||||
* a previoux xxx_xlate() function call, or by the caller
|
* a previoux xxx_xlate() function call, or by the caller
|
||||||
* of irq_request().
|
* of irq_request().
|
||||||
* @return 0 if OK, or a negative error code.
|
* @return 0 if OK, or a negative error code.
|
||||||
|
|
Loading…
Add table
Reference in a new issue