linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xfrm: clean an indentation issue, remove a space
@ 2018-12-06 17:52 Colin King
  2018-12-12 11:57 ` Steffen Klassert
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2018-12-06 17:52 UTC (permalink / raw)
  To: Steffen Klassert, Herbert Xu, David S . Miller, netdev
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to clean up indentation issue, remove an extraneous
space.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 include/net/xfrm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 0b6531a951a5..dcbd494d81fd 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -1971,7 +1971,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)
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfrm: clean an indentation issue, remove a space
  2018-12-06 17:52 [PATCH] xfrm: clean an indentation issue, remove a space Colin King
@ 2018-12-12 11:57 ` Steffen Klassert
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Klassert @ 2018-12-12 11:57 UTC (permalink / raw)
  To: Colin King
  Cc: Herbert Xu, David S . Miller, netdev, kernel-janitors, linux-kernel

On Thu, Dec 06, 2018 at 05:52:28PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to clean up indentation issue, remove an extraneous
> space.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-12 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-06 17:52 [PATCH] xfrm: clean an indentation issue, remove a space Colin King
2018-12-12 11:57 ` Steffen Klassert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).