diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2012-05-25 09:36:15 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-05-25 19:57:03 -0400 |
commit | 0df2c999f748c9528f6629f45baaa86118d60cd1 (patch) | |
tree | bd8ff856453c3fcb145316ec304e9c2db08b786c /drivers/gpio/gpiolib-of.c | |
parent | 07acfc2a9349a8ce45b236c2624dad452001966b (diff) |
gpio/of: fix a typo of comment message
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
-rw-r--r-- | drivers/gpio/gpiolib-of.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index d18068a9f3ec..8389d4a0ec45 100644 --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <linux/of_gpio.h> | 21 | #include <linux/of_gpio.h> |
22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
23 | 23 | ||
24 | /* Private data structure for of_gpiochip_is_match */ | 24 | /* Private data structure for of_gpiochip_find_and_xlate */ |
25 | struct gg_data { | 25 | struct gg_data { |
26 | enum of_gpio_flags *flags; | 26 | enum of_gpio_flags *flags; |
27 | struct of_phandle_args gpiospec; | 27 | struct of_phandle_args gpiospec; |