On Sat, May 25, 2013 at 10:32:49PM +0800, Zhang Yanfei wrote: > From: Zhang Yanfei <[email protected]> > > When borrowing codes from ia64 architecture, this comment was > forgotten to be change. So fix it. > > Signed-off-by: Zhang Yanfei <[email protected]>
Reviewed-by: Simon Horman <[email protected]> > --- > 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 > _______________________________________________ kexec mailing list [email protected] http://lists.infradead.org/mailman/listinfo/kexec
