projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2deb2e
)
dpll: indent DPLL option type by a tab
author
Prasad Pandit
<pjp@fedoraproject.org>
Fri, 22 Mar 2024 11:48:19 +0000
(17:18 +0530)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 26 Mar 2024 02:40:23 +0000
(19:40 -0700)
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>
drivers/dpll/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dpll/Kconfig
b/drivers/dpll/Kconfig
index a4cae73f20d3d0b52f6b874fd3aa5ef069c440b2..20607ed54243581a60c792b78a5d952fbe0eaa84 100644
(file)
--- a/
drivers/dpll/Kconfig
+++ b/
drivers/dpll/Kconfig
@@
-4,4
+4,4
@@
#
config DPLL
- bool
+
bool