2021-06-11 00:43:59

by gushengxian

[permalink] [raw]
Subject: [PATCH] xfrm: policy: fix a spelling mistake

From: gushengxian <[email protected]>

Fix a spelling mistake.

Signed-off-by: gushengxian <[email protected]>
---
net/xfrm/xfrm_policy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index ec84d11c3fc1..827d84255021 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -3252,7 +3252,7 @@ xfrm_state_ok(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x,

/*
* 0 or more than 0 is returned when validation is succeeded (either bypass
- * because of optional transport mode, or next index of the mathced secpath
+ * because of optional transport mode, or next index of the matched secpath
* state with the template.
* -1 is returned when no matching template is found.
* Otherwise "-2 - errored_index" is returned.
--
2.25.1



2021-06-11 05:51:05

by Steffen Klassert

[permalink] [raw]
Subject: Re: [PATCH] xfrm: policy: fix a spelling mistake

On Thu, Jun 10, 2021 at 05:41:13PM -0700, [email protected] wrote:
> From: gushengxian <[email protected]>
>
> Fix a spelling mistake.
>
> Signed-off-by: gushengxian <[email protected]>

How often you want to submit that patch? You sent it already
three times in the last three days. It takes some days until
it gets applied, please be patient and wait.

Now applied to ipsec-next, thanks!