mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] boot: fix typo
@ 2014-06-30 12:27 Rolf Evers-Fischer
  2014-07-01  6:46 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Evers-Fischer @ 2014-06-30 12:27 UTC (permalink / raw)
  To: barebox

Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@delphi.com>
---
 commands/boot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commands/boot.c b/commands/boot.c
index a23ffb1..c8eae10 100644
--- a/commands/boot.c
+++ b/commands/boot.c
@@ -151,7 +151,7 @@ static int bootscript_scan_path(struct blspec *blspec, const
char *path)
        glob(files, 0, NULL, &globb);

        for (i = 0; i < globb.gl_pathc; i++) {
-               char *bootscript_path = globb.gl_pathv[i];;
+               char *bootscript_path = globb.gl_pathv[i];

                if (*basename(bootscript_path) == '.')
                        continue;
--
1.7.4.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] boot: fix typo
  2014-06-30 12:27 [PATCH] boot: fix typo Rolf Evers-Fischer
@ 2014-07-01  6:46 ` Sascha Hauer
  2014-07-01  7:26   ` Rolf Evers-Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Hauer @ 2014-07-01  6:46 UTC (permalink / raw)
  To: Rolf Evers-Fischer; +Cc: barebox

Hi Rolf,

On Mon, Jun 30, 2014 at 02:27:30PM +0200, Rolf Evers-Fischer wrote:
> Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@delphi.com>
> ---
>  commands/boot.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

I had to apply it manually. You mailer breaks lines and converts tabs
into spaces. Please try to fix this next time.

Sascha


-- 
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] boot: fix typo
  2014-07-01  6:46 ` Sascha Hauer
@ 2014-07-01  7:26   ` Rolf Evers-Fischer
  2014-07-01  7:49     ` Holger Schurig
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Evers-Fischer @ 2014-07-01  7:26 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox


Hi Sascha,

> Sascha Hauer <s.hauer@pengutronix.de> hat am 1. Juli 2014 um 08:46
> geschrieben:
>
>
> Hi Rolf,
>
> On Mon, Jun 30, 2014 at 02:27:30PM +0200, Rolf Evers-Fischer wrote:
> > Signed-off-by: Rolf Evers-Fischer <rolf.evers.fischer@delphi.com>
> > ---
> >  commands/boot.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
>
> Applied, thanks.
>
> I had to apply it manually. You mailer breaks lines and converts tabs
> into spaces. Please try to fix this next time.
>
Thank you. I will try another mailer next time.

Best regards,
 Rolf

_______________________________________________
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] boot: fix typo
  2014-07-01  7:26   ` Rolf Evers-Fischer
@ 2014-07-01  7:49     ` Holger Schurig
  0 siblings, 0 replies; 4+ messages in thread
From: Holger Schurig @ 2014-07-01  7:49 UTC (permalink / raw)
  To: Rolf Evers-Fischer; +Cc: barebox

Rolf, do you use git?  Have you tried git sendemail?

This connects directly via SMTP to your internet provider and thus
makes sure that everything is smooth.

_______________________________________________
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:[~2014-07-01  7:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 12:27 [PATCH] boot: fix typo Rolf Evers-Fischer
2014-07-01  6:46 ` Sascha Hauer
2014-07-01  7:26   ` Rolf Evers-Fischer
2014-07-01  7:49     ` Holger Schurig

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