base-files: define yes/no as valid boolean options
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0180-irq-of-Fix-comment-typo-for-irq_of_parse_and_map.patch
1 From 3d73f7a8db8a7506630174d0e8609138d97c8326 Mon Sep 17 00:00:00 2001
2 From: Yijing Wang <wangyijing@huawei.com>
3 Date: Thu, 19 Dec 2013 09:30:51 -0300
4 Subject: [PATCH 180/203] irq/of: Fix comment typo for irq_of_parse_and_map
5
6 Fix trivial comment typo for irq_of_parse_and_map().
7
8 Signed-off-by: Yijing Wang <wangyijing@huawei.com>
9 Signed-off-by: Grant Likely <grant.likely@linaro.org>
10 ---
11  drivers/of/irq.c | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/drivers/of/irq.c
15 +++ b/drivers/of/irq.c
16 @@ -28,7 +28,7 @@
17  
18  /**
19   * irq_of_parse_and_map - Parse and map an interrupt into linux virq space
20 - * @device: Device node of the device whose interrupt is to be mapped
21 + * @dev: Device node of the device whose interrupt is to be mapped
22   * @index: Index of the interrupt to map
23   *
24   * This function is a wrapper that chains of_irq_map_one() and