Commit d88e661f authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] fix misannotation of linkinfo_dn

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c67687f3
...@@ -113,7 +113,7 @@ struct accessdata_dn ...@@ -113,7 +113,7 @@ struct accessdata_dn
* DECnet logical link information structure * DECnet logical link information structure
*/ */
struct linkinfo_dn { struct linkinfo_dn {
__le16 idn_segsize; /* Segment size for link */ __u16 idn_segsize; /* Segment size for link */
__u8 idn_linkstate; /* Logical link state */ __u8 idn_linkstate; /* Logical link state */
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment