Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ilya Leoshkevich and committed by
Heiko Carstens
243fdac5 7e82523f

+2 -4
+2 -4
arch/s390/include/asm/module.h
··· 8 8 * This file contains the s390 architecture specific module code. 9 9 */ 10 10 11 - struct mod_arch_syminfo 12 - { 11 + struct mod_arch_syminfo { 13 12 unsigned long got_offset; 14 13 unsigned long plt_offset; 15 14 int got_initialized; 16 15 int plt_initialized; 17 16 }; 18 17 19 - struct mod_arch_specific 20 - { 18 + struct mod_arch_specific { 21 19 /* Starting offset of got in the module core memory. */ 22 20 unsigned long got_offset; 23 21 /* Starting offset of plt in the module core memory. */