diff options
author | David S. Miller <[email protected]> | 2020-08-24 16:21:44 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-08-24 16:21:44 -0700 |
commit | ce876d8f3dcb4e2e11579f95b615dda96e02b1a7 (patch) | |
tree | 9cbd2a2820edb9acc2278eaa37cc1e809840b884 /net/sctp/auth.c | |
parent | 901341bb9718884f337a92e6c4541227597d1f48 (diff) | |
parent | b8d7a7c62c7ac7fbc3c3e01ba3205bc119c383ad (diff) |
Merge branch 'net-sctp-delete-duplicated-words-plus-other-fixes'
Randy Dunlap says:
====================
net: sctp: delete duplicated words + other fixes
Drop or fix repeated words in net/sctp/.
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/sctp/auth.c')
-rw-r--r-- | net/sctp/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/auth.c b/net/sctp/auth.c index 9e289c770574..589868d96e3f 100644 --- a/net/sctp/auth.c +++ b/net/sctp/auth.c @@ -445,7 +445,7 @@ struct sctp_shared_key *sctp_auth_get_shkey( } /* - * Initialize all the possible digest transforms that we can use. Right now + * Initialize all the possible digest transforms that we can use. Right * now, the supported digests are SHA1 and SHA256. We do this here once * because of the restrictiong that transforms may only be allocated in * user context. This forces us to pre-allocated all possible transforms @@ -810,7 +810,7 @@ int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, } /* Set a new shared key on either endpoint or association. If the - * the key with a same ID already exists, replace the key (remove the + * key with a same ID already exists, replace the key (remove the * old key and add a new one). */ int sctp_auth_set_key(struct sctp_endpoint *ep, |