ipv6: White-space cleansing : Line Layouts
[firefly-linux-kernel-4.4.55.git] / net / ipv6 / esp6.c
index d15da1377149d3a0fdf846a7a07364e6d1251845..7b6e830ebc6de28bd7bf2a132ce627a965f94c2d 100644 (file)
  * Authors
  *
  *     Mitsuru KANDA @USAGI       : IPv6 Support
- *     Kazunori MIYAZAWA @USAGI   :
- *     Kunihiro Ishiguro <kunihiro@ipinfusion.com>
+ *     Kazunori MIYAZAWA @USAGI   :
+ *     Kunihiro Ishiguro <kunihiro@ipinfusion.com>
  *
- *     This file is derived from net/ipv4/esp.c
+ *     This file is derived from net/ipv4/esp.c
  */
 
 #define pr_fmt(fmt) "IPv6: " fmt
@@ -598,7 +598,7 @@ static int esp6_init_state(struct xfrm_state *x)
        case XFRM_MODE_BEET:
                if (x->sel.family != AF_INET6)
                        x->props.header_len += IPV4_BEET_PHMAXLEN +
-                                              (sizeof(struct ipv6hdr) - sizeof(struct iphdr));
+                                              (sizeof(struct ipv6hdr) - sizeof(struct iphdr));
                break;
        case XFRM_MODE_TRANSPORT:
                break;