diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-24 14:09:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-24 17:10:13 -0700 |
commit | 623b57bec7c8daf89623c95cd9cc919e4090c9da (patch) | |
tree | af41eb1f300e86f618ef7a4cb5d66ba14ca10dd4 /net/sctp/outqueue.c | |
parent | a65878d6f00bb2d791348ae90dcc2ede1dbe2b91 (diff) | |
download | linux-623b57bec7c8daf89623c95cd9cc919e4090c9da.tar.gz linux-623b57bec7c8daf89623c95cd9cc919e4090c9da.tar.bz2 linux-623b57bec7c8daf89623c95cd9cc919e4090c9da.zip |
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 <colin.king@canonical.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/outqueue.c')
0 files changed, 0 insertions, 0 deletions