Discussion:
[PATCH 0/2] Simple cleanups
Eric DeVolder
2017-01-30 18:14:23 UTC
Permalink
Trivial cleanups

No functional changes
Eric DeVolder
2017-01-30 18:14:25 UTC
Permalink
From: Daniel Kiper <***@oracle.com>

Signed-off-by: Daniel Kiper <***@oracle.com>
Signed-off-by: Eric DeVolder <***@oracle.com>
---
kexec/kexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kexec/kexec.c b/kexec/kexec.c
index ec16247..a2ba79d 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -1004,7 +1004,7 @@ void usage(void)
" preserve context)\n"
" to original kernel.\n"
" -s, --kexec-file-syscall Use file based syscall for kexec operation\n"
- " -d, --debug Enable debugging to help spot a failure.\n"
+ " -d, --debug Enable debugging to help spot a failure.\n"
" -S, --status Return 0 if the type (by default crash) is loaded.\n"
"\n"
"Supported kernel file types and options: \n");
--
2.7.4
Eric DeVolder
2017-01-30 18:14:24 UTC
Permalink
From: Daniel Kiper <***@oracle.com>

Signed-off-by: Daniel Kiper <***@oracle.com>
Signed-off-by: Eric DeVolder <***@oracle.com>
---
purgatory/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/purgatory/Makefile b/purgatory/Makefile
index 328904e..49ce80a 100644
--- a/purgatory/Makefile
+++ b/purgatory/Makefile
@@ -34,7 +34,7 @@ PURGATORY_SRCS+=$($(ARCH)_PURGATORY_SRCS)
PURGATORY_OBJS = $(call objify, $(PURGATORY_SRCS)) purgatory/sha256.o
PURGATORY_DEPS = $(call depify, $(PURGATORY_OBJS))

-clean += $(PURGATORY_OBJS) $(PURGATORY_DEPS) $(PURGATORY)
+clean += $(PURGATORY_OBJS) $(PURGATORY_DEPS) $(PURGATORY) $(PURGATORY_MAP) $(PURGATORY).sym

-include $(PURGATORY_DEPS)
--
2.7.4
Simon Horman
2017-01-31 11:24:41 UTC
Permalink
Post by Eric DeVolder
Trivial cleanups
No functional changes
Thanks, applied.

Loading...