From: Prasad Pandit Date: Fri, 22 Mar 2024 11:48:19 +0000 (+0530) Subject: dpll: indent DPLL option type by a tab X-Git-Tag: v6.8.5~256 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63ea013a3f493fda5a80e86127b768409cf589fb;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Vadim Fedorenko Reviewed-by: Jiri Pirko Link: https://lore.kernel.org/r/20240322114819.1801795-1-ppandit@redhat.com Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- 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