Commit 243fdac5 authored by Ilya Leoshkevich's avatar Ilya Leoshkevich Committed by Heiko Carstens

s390/headers: fix code style in module.h

struct brace should be on the same line.
Signed-off-by: default avatarIlya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 7e82523f
...@@ -8,16 +8,14 @@ ...@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment