https://github.com/torvalds/linux
Revision 43dd388b21c722616413781bd434522376e117cc authored by Colin Ian King on 20 November 2017, 13:58:20 UTC, committed by David Howells on 24 November 2017, 13:55:46 UTC
The assignment of dvnode to itself is redundant and can be removed.
Cleans up warning detected by cppcheck:

fs/afs/dir.c:975: (warning) Redundant assignment of 'dvnode' to itself.

Fixes: d2ddc776a458 ("afs: Overhaul volume and server record caching and fileserver rotation")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David Howells <dhowells@redhat.com>
1 parent 6832795
Raw File
Tip revision: 43dd388b21c722616413781bd434522376e117cc authored by Colin Ian King on 20 November 2017, 13:58:20 UTC
afs: remove redundant assignment of dvnode to itself
Tip revision: 43dd388
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top