Browse Source

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>
Dong Aisheng 13 years ago
parent
commit
0df2c999f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/gpio/gpiolib-of.c

+ 1 - 1
drivers/gpio/gpiolib-of.c

@@ -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;