Commit d88e661fb9d28f1de799d524a8625b35eee94bbb

Authored by Al Viro
Committed by Linus Torvalds
1 parent c67687f36a

[PATCH] fix misannotation of linkinfo_dn

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -113,7 +113,7 @@
113 113 * DECnet logical link information structure
114 114 */
115 115 struct linkinfo_dn {
116   - __le16 idn_segsize; /* Segment size for link */
  116 + __u16 idn_segsize; /* Segment size for link */
117 117 __u8 idn_linkstate; /* Logical link state */
118 118 };
119 119