https://github.com/torvalds/linux
Revision 6ff66ac77aeaa9c13db28784e1c50c027a1f487b authored by Fabian Frederick on 25 September 2014, 23:05:27 UTC, committed by Linus Torvalds on 26 September 2014, 15:10:35 UTC
Commit 0227d6abb378 ("fs/cachefiles: replace kerror by pr_err") didn't
include newline featuring in original kerror definition

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Reported-by: David Howells <dhowells@redhat.com>
Acked-by: David Howells <dhowells@redhat.com>
Cc: <stable@vger.kernel.org>	[3.16.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6f3aabd
Raw File
Tip revision: 6ff66ac77aeaa9c13db28784e1c50c027a1f487b authored by Fabian Frederick on 25 September 2014, 23:05:27 UTC
fs/cachefiles: add missing \n to kerror conversions
Tip revision: 6ff66ac
Kconfig
#
# 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