Skip to content

Commit

Permalink
gpio/of: fix a typo of comment message
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Dong Aisheng authored and Grant Likely committed May 25, 2012
1 parent 07acfc2 commit 0df2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpiolib-of.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0df2c99

Please sign in to comment.