s390/ptrace: fix coding style
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 7 Oct 2021 16:12:50 +0000 (18:12 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 11 Oct 2021 18:55:58 +0000 (20:55 +0200)
Reported-by: Steffen Maier <maier@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/ptrace.h

index 61b22aa990e75dd70dc04370676489c138e2c4b6..662ee212ba514cfd23e65486af1f071aa5e4dd2d 100644 (file)
@@ -76,8 +76,7 @@ enum {
  * The pt_regs struct defines the way the registers are stored on
  * the stack during a system call.
  */
-struct pt_regs 
-{
+struct pt_regs {
        union {
                user_pt_regs user_regs;
                struct {