Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d476d94f authored by Catalin Marinas's avatar Catalin Marinas
Browse files

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: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 41089357
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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() */