From: Colin Ian King Date: Thu, 6 Dec 2018 17:52:28 +0000 (+0000) Subject: xfrm: clean an indentation issue, remove a space X-Git-Tag: v5.0-rc1~129^2~60^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77990464bb39eb0f5cd41e4f9e3d6411f2883cac;p=thirdparty%2Flinux.git 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 Signed-off-by: Steffen Klassert --- diff --git a/include/net/xfrm.h b/include/net/xfrm.h index fa4b3c877fcf0..0a8d70d169188 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)