From: Heiko Carstens <hca@linux.ibm.com> Date: Thu, 7 Oct 2021 16:12:50 +0000 (+0200) Subject: s390/ptrace: fix coding style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=885359c42942566c91bbc93eb1acfaea86d95bcf;p=linux.git s390/ptrace: fix coding style 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> --- diff --git a/arch/s390/include/asm/ptrace.h b/arch/s390/include/asm/ptrace.h index 61b22aa990e75..662ee212ba514 100644 --- a/arch/s390/include/asm/ptrace.h +++ b/arch/s390/include/asm/ptrace.h @@ -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 {