mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] gpio: fix typos
@ 2013-05-12  6:57 Antony Pavlov
  2013-05-12 10:31 ` Sascha Hauer
  2013-05-12 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 4+ messages in thread
From: Antony Pavlov @ 2013-05-12  6:57 UTC (permalink / raw)
  To: barebox

Signed-off-by: Antony Pavlov <antonynpavlov@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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gpio: fix typos
  2013-05-12  6:57 [PATCH] gpio: fix typos Antony Pavlov
@ 2013-05-12 10:31 ` Sascha Hauer
  2013-05-12 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2013-05-12 10:31 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Sun, May 12, 2013 at 10:57:16AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
>  include/asm-generic/gpio.h |    1 -
>  include/gpio.h             |    2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)

Applied, thanks

Sascha

> 
> 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@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gpio: fix typos
  2013-05-12  6:57 [PATCH] gpio: fix typos Antony Pavlov
  2013-05-12 10:31 ` Sascha Hauer
@ 2013-05-12 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
  2013-05-12 19:03   ` antonynpavlov
  1 sibling, 1 reply; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-05-12 13:49 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

this is not typos it's coding style

Best Regards,
J.
On 10:57 Sun 12 May     , Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@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@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gpio: fix typos
  2013-05-12 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2013-05-12 19:03   ` antonynpavlov
  0 siblings, 0 replies; 4+ messages in thread
From: antonynpavlov @ 2013-05-12 19:03 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox

On Sun, 12 May 2013 15:49:40 +0200
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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@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@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/barebox


-- 
-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-12 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-12  6:57 [PATCH] gpio: fix typos Antony Pavlov
2013-05-12 10:31 ` Sascha Hauer
2013-05-12 13:49 ` Jean-Christophe PLAGNIOL-VILLARD
2013-05-12 19:03   ` antonynpavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox