* [PATCH] lib: fix whitespace, drop blank lines at EOF
@ 2013-12-26 4:24 Antony Pavlov
2014-01-06 8:24 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2013-12-26 4:24 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
include/notifier.h | 1 -
lib/Makefile | 2 +-
lib/copy_file.c | 1 -
lib/kfifo.c | 1 -
lib/notifier.c | 1 -
lib/process_escape_sequence.c | 1 -
lib/show_progress.c | 1 -
7 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/include/notifier.h b/include/notifier.h
index c83e28b..e0df3e6 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -35,4 +35,3 @@ int clock_notifier_call_chain(void);
};
#endif /* __NOTIFIER_H */
-
diff --git a/lib/Makefile b/lib/Makefile
index e1db99b..e8769a9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,7 +9,7 @@ obj-y += misc.o
obj-$(CONFIG_PARAMETER) += parameter.o
obj-y += xfuncs.o
obj-y += getopt.o
-obj-y += readkey.o
+obj-y += readkey.o
obj-y += kfifo.o
obj-y += libbb.o
obj-y += libgen.o
diff --git a/lib/copy_file.c b/lib/copy_file.c
index 778cc00..fdd0cac 100644
--- a/lib/copy_file.c
+++ b/lib/copy_file.c
@@ -84,4 +84,3 @@ out:
return ret;
}
-
diff --git a/lib/kfifo.c b/lib/kfifo.c
index afd3894..307dae1 100644
--- a/lib/kfifo.c
+++ b/lib/kfifo.c
@@ -153,4 +153,3 @@ unsigned int kfifo_getc(struct kfifo *fifo, unsigned char *c)
return 0;
}
-
diff --git a/lib/notifier.c b/lib/notifier.c
index a2aac53..9eb734e 100644
--- a/lib/notifier.c
+++ b/lib/notifier.c
@@ -56,4 +56,3 @@ int clock_notifier_call_chain(void)
{
return notifier_call_chain(&clock_notifier_list, 0, NULL);
}
-
diff --git a/lib/process_escape_sequence.c b/lib/process_escape_sequence.c
index 47a7e5c..1bfd070 100644
--- a/lib/process_escape_sequence.c
+++ b/lib/process_escape_sequence.c
@@ -80,4 +80,3 @@ int process_escape_sequence(const char *source, char *dest, int destlen)
dest[i] = 0;
return 0;
}
-
diff --git a/lib/show_progress.c b/lib/show_progress.c
index 98dc849..f9aa1a9 100644
--- a/lib/show_progress.c
+++ b/lib/show_progress.c
@@ -62,4 +62,3 @@ void init_progression_bar(int max)
else
printf("\t");
}
-
--
1.8.5.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] lib: fix whitespace, drop blank lines at EOF
2013-12-26 4:24 [PATCH] lib: fix whitespace, drop blank lines at EOF Antony Pavlov
@ 2014-01-06 8:24 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-01-06 8:24 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox
On Thu, Dec 26, 2013 at 08:24:09AM +0400, Antony Pavlov wrote:
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Applied, thanks
Sascha
> ---
> include/notifier.h | 1 -
> lib/Makefile | 2 +-
> lib/copy_file.c | 1 -
> lib/kfifo.c | 1 -
> lib/notifier.c | 1 -
> lib/process_escape_sequence.c | 1 -
> lib/show_progress.c | 1 -
> 7 files changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/include/notifier.h b/include/notifier.h
> index c83e28b..e0df3e6 100644
> --- a/include/notifier.h
> +++ b/include/notifier.h
> @@ -35,4 +35,3 @@ int clock_notifier_call_chain(void);
> };
>
> #endif /* __NOTIFIER_H */
> -
> diff --git a/lib/Makefile b/lib/Makefile
> index e1db99b..e8769a9 100644
> --- a/lib/Makefile
> +++ b/lib/Makefile
> @@ -9,7 +9,7 @@ obj-y += misc.o
> obj-$(CONFIG_PARAMETER) += parameter.o
> obj-y += xfuncs.o
> obj-y += getopt.o
> -obj-y += readkey.o
> +obj-y += readkey.o
> obj-y += kfifo.o
> obj-y += libbb.o
> obj-y += libgen.o
> diff --git a/lib/copy_file.c b/lib/copy_file.c
> index 778cc00..fdd0cac 100644
> --- a/lib/copy_file.c
> +++ b/lib/copy_file.c
> @@ -84,4 +84,3 @@ out:
>
> return ret;
> }
> -
> diff --git a/lib/kfifo.c b/lib/kfifo.c
> index afd3894..307dae1 100644
> --- a/lib/kfifo.c
> +++ b/lib/kfifo.c
> @@ -153,4 +153,3 @@ unsigned int kfifo_getc(struct kfifo *fifo, unsigned char *c)
>
> return 0;
> }
> -
> diff --git a/lib/notifier.c b/lib/notifier.c
> index a2aac53..9eb734e 100644
> --- a/lib/notifier.c
> +++ b/lib/notifier.c
> @@ -56,4 +56,3 @@ int clock_notifier_call_chain(void)
> {
> return notifier_call_chain(&clock_notifier_list, 0, NULL);
> }
> -
> diff --git a/lib/process_escape_sequence.c b/lib/process_escape_sequence.c
> index 47a7e5c..1bfd070 100644
> --- a/lib/process_escape_sequence.c
> +++ b/lib/process_escape_sequence.c
> @@ -80,4 +80,3 @@ int process_escape_sequence(const char *source, char *dest, int destlen)
> dest[i] = 0;
> return 0;
> }
> -
> diff --git a/lib/show_progress.c b/lib/show_progress.c
> index 98dc849..f9aa1a9 100644
> --- a/lib/show_progress.c
> +++ b/lib/show_progress.c
> @@ -62,4 +62,3 @@ void init_progression_bar(int max)
> else
> printf("\t");
> }
> -
> --
> 1.8.5.2
>
>
--
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] 2+ messages in thread
end of thread, other threads:[~2014-01-06 8:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-26 4:24 [PATCH] lib: fix whitespace, drop blank lines at EOF Antony Pavlov
2014-01-06 8:24 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox