summaryrefslogtreecommitdiffstats
path: root/include/net/atmclip.h
diff options
context:
space:
mode:
authorAl Viro2006-11-15 06:11:29 +0100
committerDavid S. Miller2006-12-03 06:22:55 +0100
commit30d492da738a8d5f4ec884b3e1a13eef97714994 (patch)
tree6184b7fd083a41315ce84379fae0faf0c1749462 /include/net/atmclip.h
parent[NETFILTER]: More trivial annotations. (diff)
downloadkernel-qcow2-linux-30d492da738a8d5f4ec884b3e1a13eef97714994.tar.gz
kernel-qcow2-linux-30d492da738a8d5f4ec884b3e1a13eef97714994.tar.xz
kernel-qcow2-linux-30d492da738a8d5f4ec884b3e1a13eef97714994.zip
[ATM]: Annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/atmclip.h')
-rw-r--r--include/net/atmclip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/atmclip.h b/include/net/atmclip.h
index 90fcc98e676f..b5a51a7bb364 100644
--- a/include/net/atmclip.h
+++ b/include/net/atmclip.h
@@ -36,7 +36,7 @@ struct clip_vcc {
struct atmarp_entry {
- u32 ip; /* IP address */
+ __be32 ip; /* IP address */
struct clip_vcc *vccs; /* active VCCs; NULL if resolution is
pending */
unsigned long expires; /* entry expiration time */