This is a note to let you know that I've just added the patch titled dpll: indent DPLL option type by a tab to the 6.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dpll-indent-dpll-option-type-by-a-tab.patch and it can be found in the queue-6.8 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 292b4280a7ae7822a0d496b2f1b870215f2eb02c Author: Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx> Date: Fri Mar 22 17:18:19 2024 +0530 dpll: indent DPLL option type by a tab [ Upstream commit cc2699268152d8e0386a36fe7c9271d7e23668f2 ] Indent config option type by a tab. It helps Kconfig parsers to read file without error. Fixes: 9431063ad323 ("dpll: core: Add DPLL framework base functions") Signed-off-by: Prasad Pandit <pjp@xxxxxxxxxxxxxxxxx> Reviewed-by: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx> Reviewed-by: Jiri Pirko <jiri@xxxxxxxxxx> Link: https://lore.kernel.org/r/20240322114819.1801795-1-ppandit@xxxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/dpll/Kconfig b/drivers/dpll/Kconfig index a4cae73f20d3d..20607ed542435 100644 --- a/drivers/dpll/Kconfig +++ b/drivers/dpll/Kconfig @@ -4,4 +4,4 @@ # config DPLL - bool + bool