Skip to content
Snippets Groups Projects
Commit d88e661f authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] fix misannotation of linkinfo_dn

parent c67687f3
Branches
Tags
Loading
...@@ -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 */
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment