net: cleanup include/linux
[deliverable/linux.git] / include / linux / in6.h
index 718bf21c57544e177cb7111a6c75e55429bad661..dfa29168e6abae87aeae389736ff227fbfa4e5cb 100644 (file)
  *     IPv6 address structure
  */
 
-struct in6_addr
-{
-       union 
-       {
+struct in6_addr {
+       union {
                __u8            u6_addr8[16];
                __be16          u6_addr16[8];
                __be32          u6_addr32[4];
@@ -75,8 +73,7 @@ struct ipv6_mreq {
 
 #define ipv6mr_acaddr  ipv6mr_multiaddr
 
-struct in6_flowlabel_req
-{
+struct in6_flowlabel_req {
        struct in6_addr flr_dst;
        __be32  flr_label;
        __u8    flr_action;
This page took 0.026878 seconds and 5 git commands to generate.