Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] fix prototype of csum_ipv6_magic() (ia64)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
73f66ace 4384247b

+3 -3
+3 -3
include/asm-ia64/checksum.h
··· 72 72 73 73 #define _HAVE_ARCH_IPV6_CSUM 1 74 74 struct in6_addr; 75 - extern unsigned short int csum_ipv6_magic(struct in6_addr *saddr, 76 - struct in6_addr *daddr, __u32 len, unsigned short proto, 77 - unsigned int csum); 75 + extern __sum16 csum_ipv6_magic(const struct in6_addr *saddr, 76 + const struct in6_addr *daddr, __u32 len, unsigned short proto, 77 + __wsum csum); 78 78 79 79 #endif /* _ASM_IA64_CHECKSUM_H */