Skip to content

Commit

Permalink
arm64: compat: Remove incorrect comment in compat_siginfo
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
  • Loading branch information
ctmarinas committed Feb 2, 2015
1 parent 4108935 commit d476d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/include/asm/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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() */
Expand Down

0 comments on commit d476d94

Please sign in to comment.