Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[DECNET]: fix misannotation of linkinfo_dn

parent 11a22547
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    */
};