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

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
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -8,16 +8,14 @@
 * This file contains the s390 architecture specific module code.
 */

struct mod_arch_syminfo
{
struct mod_arch_syminfo {
	unsigned long got_offset;
	unsigned long plt_offset;
	int got_initialized;
	int plt_initialized;
};

struct mod_arch_specific
{
struct mod_arch_specific {
	/* Starting offset of got in the module core memory. */
	unsigned long got_offset;
	/* Starting offset of plt in the module core memory. */