mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
sctp: Fix typo in comment
Fix a typo in a comment in sctp_endpoint_destroy(): "releated" should be "related". Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com> Link: https://patch.msgid.link/20260507105758.25728-1-shofiqtest@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
d3f65237fa
commit
c7ea0d2b4d
@@ -209,7 +209,7 @@ static void sctp_endpoint_destroy(struct sctp_endpoint *ep)
|
||||
return;
|
||||
}
|
||||
|
||||
/* SCTP-AUTH: Free up AUTH releated data such as shared keys
|
||||
/* SCTP-AUTH: Free up AUTH related data such as shared keys
|
||||
* chunks and hmacs arrays that were allocated
|
||||
*/
|
||||
sctp_auth_destroy_keys(&ep->endpoint_shared_keys);
|
||||
|
||||
Reference in New Issue
Block a user