s390/ipl: make ipl_info less confusing
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 20 Feb 2019 13:08:26 +0000 (14:08 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 26 Apr 2019 10:34:05 +0000 (12:34 +0200)
commit86c74d869d321bee4753dc3f8c3d1c3809d8ed8a
tree52acf4995a18183d8fea1bb84ff90e1f58804415
parenta8fd61688dfad6fdce95fa64cacd8a66595697b8
s390/ipl: make ipl_info less confusing

The ipl_info union in struct ipl_parameter_block has the same name as
the struct ipl_info. This does not help while reading the code and the
union in struct ipl_parameter_block does not need to be named. Drop
the name from the union.

Reviewed-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/include/asm/ipl.h
arch/s390/kernel/ipl.c
arch/s390/kernel/ipl_vmparm.c