Commit f7b14315 authored by Al Viro's avatar Al Viro Committed by David S. Miller

[DECNET]: fix misannotation of linkinfo_dn

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11a22547
...@@ -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