diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2022-04-07 20:38:14 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2022-04-08 11:49:07 +0100 |
| commit | bfc06e1aaa130b86a81ce3c41ec71a2f5e191690 (patch) | |
| tree | 1a7011e019fb8efc32c41d7d01f73ab78c19f845 /scripts/patch-kernel | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (diff) | |
| download | linux-bfc06e1aaa130b86a81ce3c41ec71a2f5e191690.tar.gz linux-bfc06e1aaa130b86a81ce3c41ec71a2f5e191690.zip | |
tls: rx: jump to a more appropriate label
'recv_end:' checks num_async and decrypted, and is then followed
by the 'end' label. Since we know that decrypted and num_async
are 0 at the start we can jump to 'end'.
Move the init of decrypted and num_async to let the compiler
catch if I'm wrong.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
