diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:19:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:18 -0600 |
commit | 5f9a3003be1d9657cf450e3dedf56e92a7415e07 (patch) | |
tree | ec216df2ef7495ce19244f932c8d2d8c045ffaf7 /arch/powerpc/include/asm/sigcontext.h | |
parent | 66710564025716645d3aad8c7be6da977d913d2f (diff) |
ppc: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/powerpc/include/asm/sigcontext.h')
-rw-r--r-- | arch/powerpc/include/asm/sigcontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/sigcontext.h b/arch/powerpc/include/asm/sigcontext.h index 715c868ab67..5dee3ba415b 100644 --- a/arch/powerpc/include/asm/sigcontext.h +++ b/arch/powerpc/include/asm/sigcontext.h @@ -3,7 +3,6 @@ #include <asm/ptrace.h> - struct sigcontext_struct { unsigned long _unused[4]; int signal; |