diff options
author | Prasad Pandit <pjp@fedoraproject.org> | 2024-03-22 17:18:19 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-03-25 19:40:23 -0700 |
commit | cc2699268152d8e0386a36fe7c9271d7e23668f2 (patch) | |
tree | a468ef0b7e379cd31e630e819e51868d335f72cb /drivers/dpll | |
parent | c2deb2e971f5d9aca941ef13ee05566979e337a4 (diff) |
dpll: indent DPLL option type by a tab
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@fedoraproject.org>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240322114819.1801795-1-ppandit@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/dpll')
-rw-r--r-- | drivers/dpll/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dpll/Kconfig b/drivers/dpll/Kconfig index a4cae73f20d3..20607ed54243 100644 --- a/drivers/dpll/Kconfig +++ b/drivers/dpll/Kconfig @@ -4,4 +4,4 @@ # config DPLL - bool + bool |