summaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-07-24 14:09:19 +0100
committerDavid S. Miller <davem@davemloft.net>2020-07-24 17:10:13 -0700
commit623b57bec7c8daf89623c95cd9cc919e4090c9da (patch)
treeaf41eb1f300e86f618ef7a4cb5d66ba14ca10dd4 /net/ipv4
parenta65878d6f00bb2d791348ae90dcc2ede1dbe2b91 (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 <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/ipv4')
0 files changed, 0 insertions, 0 deletions