From: Catalin Marinas Date: Mon, 2 Feb 2015 16:44:39 +0000 (+0000) Subject: arm64: compat: Remove incorrect comment in compat_siginfo X-Git-Tag: firefly_0821_release~176^2~2354^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d476d94f180af3f0fca77394651d4a98f4df1c54;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Catalin Marinas --- 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 { int si_code; union { - /* The padding is the same size as AArch64. */ int _pad[128/sizeof(int) - 3]; /* kill() */