projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0b082
)
tls: Removed unused variable
author
Vakul Garg
<vakul.garg@nxp.com>
Sun, 24 Jun 2018 20:07:50 +0000
(
01:37
+0530)
committer
David S. Miller
<davem@davemloft.net>
Sun, 24 Jun 2018 14:54:18 +0000
(23:54 +0900)
Removed unused variable 'rxm' from tls_queue().
Signed-off-by: Vakul Garg <vakul.garg@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_sw.c
patch
|
blob
|
history
diff --git
a/net/tls/tls_sw.c
b/net/tls/tls_sw.c
index f127fac88acfe0046b0a7dd55bab4d6d486de105..727433b37bb5f12787f0c8ff1fed7bc00fb68190 100644
(file)
--- a/
net/tls/tls_sw.c
+++ b/
net/tls/tls_sw.c
@@
-990,9
+990,6
@@
static void tls_queue(struct strparser *strp, struct sk_buff *skb)
{
struct tls_context *tls_ctx = tls_get_ctx(strp->sk);
struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx);
- struct strp_msg *rxm;
-
- rxm = strp_msg(skb);
ctx->decrypted = false;