projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88584c3
)
xfrm: clean an indentation issue, remove a space
author
Colin Ian King
<colin.king@canonical.com>
Thu, 6 Dec 2018 17:52:28 +0000
(17:52 +0000)
committer
Steffen Klassert
<steffen.klassert@secunet.com>
Mon, 10 Dec 2018 11:30:40 +0000
(12:30 +0100)
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>
include/net/xfrm.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/xfrm.h
b/include/net/xfrm.h
index fa4b3c877fcf039477a19b66f86642f756d7211c..0a8d70d1691886e7ace4747c739cb8d66db48638 100644
(file)
--- 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)