[PATCH] gpio: fix typos
antonynpavlov at gmail.com
antonynpavlov at gmail.com
Sun May 12 15:03:14 EDT 2013
On Sun, 12 May 2013 15:49:40 +0200
Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com> wrote:
> this is not typos it's coding style
You are right!
Alas! Sascha has already applied this patch to the master branch.
> Best Regards,
> J.
> On 10:57 Sun 12 May , Antony Pavlov wrote:
> > Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> > ---
> > include/asm-generic/gpio.h | 1 -
> > include/gpio.h | 2 +-
> > 2 files changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
> > index c2e7a5d..95fdd05 100644
> > --- a/include/asm-generic/gpio.h
> > +++ b/include/asm-generic/gpio.h
> > @@ -18,4 +18,3 @@ int gpio_direction_output(unsigned gpio, int value);
> > int gpio_direction_input(unsigned gpio);
> >
> > #endif /* __ASM_GENERIC_GPIO_H */
> > -
> > diff --git a/include/gpio.h b/include/gpio.h
> > index c2fb9f7..140d53c 100644
> > --- a/include/gpio.h
> > +++ b/include/gpio.h
> > @@ -6,7 +6,7 @@
> > #ifndef CONFIG_GPIOLIB
> > static inline int gpio_request(unsigned gpio, const char *label)
> > {
> > - return 0;
> > + return 0;
> > }
> >
> > static inline void gpio_free(unsigned gpio)
> > --
> > 1.7.10.4
> >
> >
> > _______________________________________________
> > barebox mailing list
> > barebox at lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/barebox
--
--
Best regards,
Antony Pavlov
More information about the barebox
mailing list