https://github.com/torvalds/linux
Revision 0972b8bfe0de8c0f05796aceb8f2428b0efb20cd authored by Joe Perches on 26 February 2021, 01:21:54 UTC, committed by Linus Torvalds on 26 February 2021, 17:41:04 UTC
Improve the TYPECAST_INT_CONSTANT test by showing the suggested conversion
for various type of uses like (unsigned int)1 to 1U.

Link: https://lkml.kernel.org/r/ecefe8dcb93fe7028311b69dd297ba52224233d4.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent adb2da8
Raw File
Tip revision: 0972b8bfe0de8c0f05796aceb8f2428b0efb20cd authored by Joe Perches on 26 February 2021, 01:21:54 UTC
checkpatch: improve TYPECAST_INT_CONSTANT test message
Tip revision: 0972b8b
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top