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

[PATCH] fix misannotation of linkinfo_dn

parent c67687f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ struct accessdata_dn
 * DECnet logical link information structure
 */
struct linkinfo_dn {
        __le16  idn_segsize;    /* Segment size for link */
        __u16  idn_segsize;    /* Segment size for link */
        __u8   idn_linkstate;  /* Logical link state    */
};