From: Heiko Carstens Date: Thu, 7 Oct 2021 16:12:50 +0000 (+0200) Subject: s390/ptrace: fix coding style X-Git-Tag: v5.16-rc1~104^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=885359c42942566c91bbc93eb1acfaea86d95bcf;p=thirdparty%2Fkernel%2Flinux.git s390/ptrace: fix coding style Reported-by: Steffen Maier Signed-off-by: Heiko Carstens Signed-off-by: Vasily Gorbik --- 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 {