dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Dong Aisheng 2012-05-25 21:36:15 +08:00 committed by Grant Likely
parent 07acfc2a93
commit 0df2c999f7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <linux/of_gpio.h>
#include <linux/slab.h>
/* Private data structure for of_gpiochip_is_match */
/* Private data structure for of_gpiochip_find_and_xlate */
struct gg_data {
enum of_gpio_flags *flags;
struct of_phandle_args gpiospec;