[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190727.133220.1577010813654823977.davem@davemloft.net>
Date: Sat, 27 Jul 2019 13:32:20 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: colin.king@...onical.com
Cc: dsahern@...il.com, netdev@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: neigh: remove redundant assignment to variable
bucket
From: Colin King <colin.king@...onical.com>
Date: Fri, 26 Jul 2019 10:46:11 +0100
> From: Colin Ian King <colin.king@...onical.com>
>
> The variable bucket is being initialized with a value that is never
> read and it is being updated later with a new value in a following
> for-loop. The initialization is redundant and can be removed.
>
> Addresses-Coverity: ("Unused value")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
Applied to net-next.
Powered by blists - more mailing lists