Skip to content

Commit

Permalink
[DECNET]: fix misannotation of linkinfo_dn
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Al Viro authored and David S. Miller committed Feb 11, 2007
1 parent 11a2254 commit f7b1431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/dn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit f7b1431

Please sign in to comment.