[PATCH 1/2] kexec/s390: cleanup: Fix a mistaken comment

Zhang Yanfei zhangyanfei.yes at gmail.com
Sat May 25 10:32:49 EDT 2013


From: Zhang Yanfei <zhangyanfei at cn.fujitsu.com>

When borrowing codes from ia64 architecture, this comment was
forgotten to be change. So fix it.

Signed-off-by: Zhang Yanfei <zhangyanfei at cn.fujitsu.com>
---
 kexec/arch/s390/kexec-s390.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kexec/arch/s390/kexec-s390.h b/kexec/arch/s390/kexec-s390.h
index ee62888..ef53b11 100644
--- a/kexec/arch/s390/kexec-s390.h
+++ b/kexec/arch/s390/kexec-s390.h
@@ -34,4 +34,4 @@ extern int get_memory_ranges_s390(struct memory_range range[], int *ranges,
 				  int with_crashk);
 extern int command_line_add(const char *str);
 
-#endif /* KEXEC_IA64_H */
+#endif /* KEXEC_S390_H */
-- 
1.7.1



More information about the kexec mailing list