diff options
| author | Bhanu Seshu Kumar Valluri <[email protected]> | 2025-10-01 10:57:15 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-10-03 17:24:14 +0000 |
| commit | 1b54b0756f051c11f5a5d0fbc1581e0b9a18e2bc (patch) | |
| tree | 941abec2694501b823f3a31950cb6690cd95cddc /net/tipc/crypto.c | |
| parent | net: psp: don't assume reply skbs will have a socket (diff) | |
| download | kernel-1b54b0756f051c11f5a5d0fbc1581e0b9a18e2bc.tar.gz kernel-1b54b0756f051c11f5a5d0fbc1581e0b9a18e2bc.zip | |
net: doc: Fix typos in docs
Fix typos in doc comments.
Signed-off-by: Bhanu Seshu Kumar Valluri <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/tipc/crypto.c')
| -rw-r--r-- | net/tipc/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/crypto.c b/net/tipc/crypto.c index ea5bb131ebd0..751904f10aab 100644 --- a/net/tipc/crypto.c +++ b/net/tipc/crypto.c @@ -1797,7 +1797,7 @@ exit: * @b: bearer where the message has been received * * If the decryption is successful, the decrypted skb is returned directly or - * as the callback, the encryption header and auth tag will be trimed out + * as the callback, the encryption header and auth tag will be trimmed out * before forwarding to tipc_rcv() via the tipc_crypto_rcv_complete(). * Otherwise, the skb will be freed! * Note: RX key(s) can be re-aligned, or in case of no key suitable, TX |
