https://github.com/torvalds/linux
Revision f829bca2e294bc2953bd2dadb93d72a9987b3110 authored by Jan Kuliga on 22 December 2023, 23:17:28 UTC, committed by Vinod Koul on 19 January 2024, 12:13:40 UTC
Replace hyphens with colons where necessary.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312230634.3AIMQ3OP-lkp@intel.com/
Signed-off-by: Jan Kuliga <jankul@alatek.krakow.pl>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20231222231728.7156-1-jankul@alatek.krakow.pl
Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 62b68a8
Raw File
Tip revision: f829bca2e294bc2953bd2dadb93d72a9987b3110 authored by Jan Kuliga on 22 December 2023, 23:17:28 UTC
dmaengine: xilinx: xdma: Fix kernel-doc warnings
Tip revision: f829bca
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