mirror of https://gitee.com/openkylin/linux.git
[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>
This commit is contained in:
parent
c67687f36a
commit
d88e661fb9
|
@ -113,7 +113,7 @@ struct accessdata_dn
|
||||||
* DECnet logical link information structure
|
* DECnet logical link information structure
|
||||||
*/
|
*/
|
||||||
struct linkinfo_dn {
|
struct linkinfo_dn {
|
||||||
__le16 idn_segsize; /* Segment size for link */
|
__u16 idn_segsize; /* Segment size for link */
|
||||||
__u8 idn_linkstate; /* Logical link state */
|
__u8 idn_linkstate; /* Logical link state */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue