Skip to content

Commit

Permalink
xfrm_policy.c : Mundane typo fix
Browse files Browse the repository at this point in the history
s/sucessful/successful/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 29, 2021
1 parent fb373c8 commit aa8ef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xfrm/xfrm_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ static void xfrm_hash_resize(struct work_struct *work)
}

/* Make sure *pol can be inserted into fastbin.
* Useful to check that later insert requests will be sucessful
* Useful to check that later insert requests will be successful
* (provided xfrm_policy_lock is held throughout).
*/
static struct xfrm_pol_inexact_bin *
Expand Down

0 comments on commit aa8ef1b

Please sign in to comment.