Home
last modified time | relevance | path

Searched hist:"86 b936672e55388bd5674e50e5ff4ef95f3477b8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddirect.cdiff 86b936672e55388bd5674e50e5ff4ef95f3477b8 Wed May 27 07:56:11 CDT 2020 Colin Ian King <colin.king@canonical.com> NFS: remove redundant initialization of variable result

The variable result 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.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>