diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-12-06 17:52:28 +0000 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2018-12-10 12:30:40 +0100 |
commit | 77990464bb39eb0f5cd41e4f9e3d6411f2883cac (patch) | |
tree | ec6022ecedd3c24e10affe9a881c66cbfe81cbaf /include/net | |
parent | 88584c30e31967db2ad03c7015a9aea3460deb2c (diff) | |
download | linux-77990464bb39eb0f5cd41e4f9e3d6411f2883cac.tar.bz2 |
xfrm: clean an indentation issue, remove a space
Trivial fix to clean up indentation issue, remove an extraneous
space.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/xfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index fa4b3c877fcf..0a8d70d16918 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -1970,7 +1970,7 @@ static inline void xfrm_dev_state_delete(struct xfrm_state *x) static inline void xfrm_dev_state_free(struct xfrm_state *x) { struct xfrm_state_offload *xso = &x->xso; - struct net_device *dev = xso->dev; + struct net_device *dev = xso->dev; if (dev && dev->xfrmdev_ops) { if (dev->xfrmdev_ops->xdo_dev_state_free) |