aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-12-06 17:52:28 +0000
committerSteffen Klassert <steffen.klassert@secunet.com>2018-12-10 12:30:40 +0100
commit77990464bb39eb0f5cd41e4f9e3d6411f2883cac (patch)
treeec6022ecedd3c24e10affe9a881c66cbfe81cbaf /include
parentxfrm: policy: fix policy hash rebuild (diff)
downloadlinux-dev-77990464bb39eb0f5cd41e4f9e3d6411f2883cac.tar.xz
linux-dev-77990464bb39eb0f5cd41e4f9e3d6411f2883cac.zip
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')
-rw-r--r--include/net/xfrm.h2
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)