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

[PATCH] fix misannotation of linkinfo_dn

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
d88e661f c67687f3

+1 -1
+1 -1
include/linux/dn.h
··· 113 113 * DECnet logical link information structure 114 114 */ 115 115 struct linkinfo_dn { 116 - __le16 idn_segsize; /* Segment size for link */ 116 + __u16 idn_segsize; /* Segment size for link */ 117 117 __u8 idn_linkstate; /* Logical link state */ 118 118 }; 119 119