]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit02aa2bc2b88103534b3d860435c0f2c1d658c492
tree52acf4995a18183d8fea1bb84ff90e1f58804415
parentdaf0f1b9da3b9e6cb74670c35b003b3a64f5ab6f
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