commit | eecd6857709e08781e41f3eb0e0c669d9ca07d87 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Wed Jul 18 08:27:41 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 20 12:12:45 2018 -0700 |
tree | 875b527b9d811b135ac2f991c1d2695e8cc4e457 | |
parent | a3eed83a18954eb9433a8193c520619e21a028da [diff] |
tls: Fix copy-paste error in tls_device_reencrypt It seems that the proper structure to use in this particular case is *skb_iter* instead of skb. Addresses-Coverity-ID: 1471906 ("Copy-paste error") Fixes: 4799ac81e52a ("tls: Add rx inline crypto offload") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>