]> 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)
commit643ec22a1adf4e50b34f56cb0e4ebb85abf95a4f
tree52acf4995a18183d8fea1bb84ff90e1f58804415
parent3d291d3da45b51fc60db3714a408cdeba45cf8b5
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