]> git.dujemihanovic.xyz Git - linux.git/commitdiff
s390/headers: fix code style in module.h
authorIlya Leoshkevich <iii@linux.ibm.com>
Thu, 15 Jul 2021 11:51:02 +0000 (13:51 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:21 +0000 (09:39 +0200)
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>
arch/s390/include/asm/module.h

index e0a6d29846e260edd7842cbc59cb3f3dba2b7536..71e57b8af757933289f9f9072da761030ff421dd 100644 (file)
@@ -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. */