Merge tag 'fbdev-fixes-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
[firefly-linux-kernel-4.4.55.git] / Documentation / gpio / consumer.txt
index bbc8b5888b806c74d30effc909834496ac4e72c3..75542b91b766c2617dafd59739d5f87a0bb419d7 100644 (file)
@@ -290,7 +290,7 @@ corresponding to a given GPIO using the following call:
 
        int gpiod_to_irq(const struct gpio_desc *desc)
 
-It will return an IRQ number, or an negative errno code if the mapping can't be
+It will return an IRQ number, or a negative errno code if the mapping can't be
 done (most likely because that particular GPIO cannot be used as IRQ). It is an
 unchecked error to use a GPIO that wasn't set up as an input using
 gpiod_direction_input(), or to use an IRQ number that didn't originally come