diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2015-02-02 11:44:39 -0500 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-02-02 11:44:39 -0500 |
commit | d476d94f180af3f0fca77394651d4a98f4df1c54 (patch) | |
tree | f634e46a628adafe137c1cd730d0a99bf2c092a1 /arch/arm64 | |
parent | 41089357e1874559458f672b9591436ffd3a12e9 (diff) |
arm64: compat: Remove incorrect comment in compat_siginfo
The comment was right originally but the _pad array size was wrong. It
was fixed in the meantime but the comment not updated.
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/include/asm/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/compat.h b/arch/arm64/include/asm/compat.h index 3fb053fa6e98..7fbed6919b54 100644 --- a/arch/arm64/include/asm/compat.h +++ b/arch/arm64/include/asm/compat.h | |||
@@ -161,7 +161,6 @@ typedef struct compat_siginfo { | |||
161 | int si_code; | 161 | int si_code; |
162 | 162 | ||
163 | union { | 163 | union { |
164 | /* The padding is the same size as AArch64. */ | ||
165 | int _pad[128/sizeof(int) - 3]; | 164 | int _pad[128/sizeof(int) - 3]; |
166 | 165 | ||
167 | /* kill() */ | 166 | /* kill() */ |