From: Ilya Leoshkevich Date: Thu, 15 Jul 2021 11:51:02 +0000 (+0200) Subject: s390/headers: fix code style in module.h X-Git-Tag: v5.15-rc1~206^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243fdac5934f165254dabacdf7266b93567de46d;p=thirdparty%2Flinux.git s390/headers: fix code style in module.h struct brace should be on the same line. Signed-off-by: Ilya Leoshkevich Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/include/asm/module.h b/arch/s390/include/asm/module.h index e0a6d29846e26..71e57b8af7579 100644 --- a/arch/s390/include/asm/module.h +++ b/arch/s390/include/asm/module.h @@ -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. */