https://github.com/torvalds/linux
Revision a11761c2dda64737bfe47e7c15545d4648f8573c authored by Dafna Hirschfeld on 01 March 2018, 08:57:21 UTC, committed by Masahiro Yamada on 02 March 2018, 15:41:24 UTC
Replace 'kmemdep' with 'kmemdup' in warning messages.

Signed-off-by: Dafna Hirschfeld <dafna3@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Acked-by: Nicolas Palix <nicolas.palix@imag.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 1a90ce3
Raw File
Tip revision: a11761c2dda64737bfe47e7c15545d4648f8573c authored by Dafna Hirschfeld on 01 March 2018, 08:57:21 UTC
Coccinelle: memdup: Fix typo in warning messages
Tip revision: a11761c
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