diff options
author | Zhang Yanfei <zhangyanfei@cn.fujitsu.com> | 2013-05-25 22:32:49 +0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2013-05-26 08:25:46 +0900 |
commit | c70a4674ec0168b3417f1b58844a4bfb62aa768d (patch) | |
tree | a192c5d8151d42cb98188ec06e2a8b3368d0d3a9 | |
parent | 40e8e4009d1b946f2fe16b80f01edb01ee69f33a (diff) |
kexec/s390: cleanup: Fix a mistaken comment
When borrowing codes from ia64 architecture, this comment was
forgotten to be change. So fix it.
Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | 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 */ |