gpiolib: Grammar s/an negative/a negative/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 21 May 2015 12:07:50 +0000 (14:07 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 22 May 2015 15:31:15 +0000 (09:31 -0600)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/gpio/consumer.txt

index c21c1313f09e55bee448fbb62d5efcd93eabe848..15ec6d69102cf4fff4ccb10120d832b2ddb4d046 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
This page took 0.025549 seconds and 5 git commands to generate.