projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a2254
)
[DECNET]: fix misannotation of linkinfo_dn
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 9 Feb 2007 23:46:51 +0000
(15:46 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 11 Feb 2007 07:20:34 +0000
(23:20 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dn.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/dn.h
b/include/linux/dn.h
index 10b6a6fd5837c58b48746a7ecbd0391207c817d4..02bba040fcfb7e5e058b5c25d6bb138873ede572 100644
(file)
--- a/
include/linux/dn.h
+++ b/
include/linux/dn.h
@@
-113,7
+113,7
@@
struct accessdata_dn
* DECnet logical link information structure
*/
struct linkinfo_dn {
- __
le
16 idn_segsize; /* Segment size for link */
+ __
u
16 idn_segsize; /* Segment size for link */
__u8 idn_linkstate; /* Logical link state */
};