projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4108935
)
arm64: compat: Remove incorrect comment in compat_siginfo
author
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 2 Feb 2015 16:44:39 +0000
(16:44 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 2 Feb 2015 16:44:39 +0000
(16:44 +0000)
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>
arch/arm64/include/asm/compat.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/compat.h
b/arch/arm64/include/asm/compat.h
index 3fb053fa6e981b40accf4180187dd0789edeb1f0..7fbed6919b54041f8fd925f8661a72771e733461 100644
(file)
--- 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() */