Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d84ff46a authored by Yijing Wang's avatar Yijing Wang Committed by Grant Likely
Browse files

irq/of: Fix comment typo for irq_of_parse_and_map



Fix trivial comment typo for irq_of_parse_and_map().

Signed-off-by: default avatarYijing Wang <wangyijing@huawei.com>
Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
parent 109b6236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

/**
 * irq_of_parse_and_map - Parse and map an interrupt into linux virq space
 * @device: Device node of the device whose interrupt is to be mapped
 * @dev: Device node of the device whose interrupt is to be mapped
 * @index: Index of the interrupt to map
 *
 * This function is a wrapper that chains of_irq_map_one() and