s390/headers: fix code style in module.h
struct brace should be on the same line. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
Родитель
7e82523f25
Коммит
243fdac593
|
@ -8,16 +8,14 @@
|
||||||
* This file contains the s390 architecture specific module code.
|
* This file contains the s390 architecture specific module code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct mod_arch_syminfo
|
struct mod_arch_syminfo {
|
||||||
{
|
|
||||||
unsigned long got_offset;
|
unsigned long got_offset;
|
||||||
unsigned long plt_offset;
|
unsigned long plt_offset;
|
||||||
int got_initialized;
|
int got_initialized;
|
||||||
int plt_initialized;
|
int plt_initialized;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct mod_arch_specific
|
struct mod_arch_specific {
|
||||||
{
|
|
||||||
/* Starting offset of got in the module core memory. */
|
/* Starting offset of got in the module core memory. */
|
||||||
unsigned long got_offset;
|
unsigned long got_offset;
|
||||||
/* Starting offset of plt in the module core memory. */
|
/* Starting offset of plt in the module core memory. */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче