Netdev List
 help / color / mirror / Atom feed
* [PATCH] dpll: indent DPLL option type by a tab
@ 2024-03-22 10:56 Prasad Pandit
  2024-03-22 11:11 ` Jiri Pirko
  0 siblings, 1 reply; 6+ messages in thread
From: Prasad Pandit @ 2024-03-22 10:56 UTC (permalink / raw)
  To: Jiri Pirko; +Cc: Vadim Fedorenko, Arkadiusz Kubalewski, netdev, Prasad Pandit

From: Prasad Pandit <pjp@fedoraproject.org>

Indent config option type by a tab. It helps Kconfig parsers
to read file without error.

Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
---
 drivers/dpll/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-08 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 10:56 [PATCH] dpll: indent DPLL option type by a tab Prasad Pandit
2024-03-22 11:11 ` Jiri Pirko
2024-03-22 11:35   ` Prasad Pandit
2024-03-22 12:13     ` Jiri Pirko
2024-03-22 12:27       ` Prasad Pandit
2024-04-08 10:24       ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox