diff options
author | Colin Ian King <[email protected]> | 2020-07-24 14:09:19 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-07-24 17:10:13 -0700 |
commit | 623b57bec7c8daf89623c95cd9cc919e4090c9da (patch) | |
tree | af41eb1f300e86f618ef7a4cb5d66ba14ca10dd4 /tools | |
parent | a65878d6f00bb2d791348ae90dcc2ede1dbe2b91 (diff) |
sctp: remove redundant initialization of variable status
The variable status is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed. Also put the variable declarations into
reverse christmas tree order.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Marcelo Ricardo Leitner <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions