Skip to content

Commit

Permalink
[PATCH] 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: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 11, 2007
1 parent c67687f commit d88e661
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 d88e661

Please sign in to comment.