mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix typo.
@ 2013-06-02  1:08 monaka
  2013-06-03  7:37 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: monaka @ 2013-06-02  1:08 UTC (permalink / raw)
  To: barebox

From: Masaki Muranaka <monaka@monami-ya.com>

---
 include/stdio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/stdio.h b/include/stdio.h
index 5c091a8..0eacdfc 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -70,7 +70,7 @@ static inline int ctrlc (void)
 {
 	return 0;
 }
-#endif /* ARCH_HAS_CTRC */
+#endif /* ARCH_HAS_CTRLC */
 
 #endif
 
-- 
1.8.3


_______________________________________________
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] Fix typo.
  2013-06-02  1:08 [PATCH] Fix typo monaka
@ 2013-06-03  7:37 ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2013-06-03  7:37 UTC (permalink / raw)
  To: monaka; +Cc: barebox

On Sun, Jun 02, 2013 at 10:08:53AM +0900, monaka@monami-ya.jp wrote:
> From: Masaki Muranaka <monaka@monami-ya.com>

Could you resend this with a proper signed-off-by?

Thanks
 Sascha

> 
> ---
>  include/stdio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/stdio.h b/include/stdio.h
> index 5c091a8..0eacdfc 100644
> --- a/include/stdio.h
> +++ b/include/stdio.h
> @@ -70,7 +70,7 @@ static inline int ctrlc (void)
>  {
>  	return 0;
>  }
> -#endif /* ARCH_HAS_CTRC */
> +#endif /* ARCH_HAS_CTRLC */
>  
>  #endif
>  
> -- 
> 1.8.3
> 
> 
> _______________________________________________
> 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] Fix typo.
  2013-06-03  7:46 Masaki Muranaka
@ 2013-06-03  8:08 ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2013-06-03  8:08 UTC (permalink / raw)
  To: Masaki Muranaka; +Cc: barebox

On Mon, Jun 03, 2013 at 04:46:33PM +0900, Masaki Muranaka wrote:
> This fix is harmless and obvious.
> 
> Signed-off-by: Masaki Muranaka <monaka@monami-ya.jp>

Applied, thanks

Sascha

> ---
>  include/stdio.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/stdio.h b/include/stdio.h
> index 5c091a8..0eacdfc 100644
> --- a/include/stdio.h
> +++ b/include/stdio.h
> @@ -70,7 +70,7 @@ static inline int ctrlc (void)
>  {
>  	return 0;
>  }
> -#endif /* ARCH_HAS_CTRC */
> +#endif /* ARCH_HAS_CTRLC */
>  
>  #endif
>  
> -- 
> 1.8.3
> 
> 
> _______________________________________________
> 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

* [PATCH] Fix typo.
@ 2013-06-03  7:46 Masaki Muranaka
  2013-06-03  8:08 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Masaki Muranaka @ 2013-06-03  7:46 UTC (permalink / raw)
  To: barebox

This fix is harmless and obvious.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.jp>
---
 include/stdio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/stdio.h b/include/stdio.h
index 5c091a8..0eacdfc 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -70,7 +70,7 @@ static inline int ctrlc (void)
 {
 	return 0;
 }
-#endif /* ARCH_HAS_CTRC */
+#endif /* ARCH_HAS_CTRLC */
 
 #endif
 
-- 
1.8.3


_______________________________________________
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-06-03  8:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-02  1:08 [PATCH] Fix typo monaka
2013-06-03  7:37 ` Sascha Hauer
2013-06-03  7:46 Masaki Muranaka
2013-06-03  8:08 ` Sascha Hauer

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