Commit 824a2411 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Mahesh Mahadevan
Browse files

soc: silabs: Drop useless comments after "endif"



It is a good practice to add a comment after #endif when the condition
is not obvious. However, when the condition is well known, "Don't Repeat
Yourself" rule applies and no comment should be added.

Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
parent 7edafe00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ config SOC_GECKO_PM_BACKEND_EMU
	help
	  Implement PM using direct calls to EMU driver in emlib

endif
endif # PM

config SOC_GECKO_EMU_DCDC
	bool "SoC DC/DC regulator"
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S0

rsource "*/Kconfig"

endif # SOC_FAMILY_SILABS_S0
endif
+1 −1
Original line number Diff line number Diff line
@@ -8,4 +8,4 @@ config NUM_IRQS
	# must be >= the highest interrupt number used
	default 20

endif # SOC_SERIES_EFM32HG
endif
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ config NUM_IRQS
	# must be >= the highest interrupt number used
	default 39

endif # SOC_SERIES_EFM32WG
endif
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ config SOC_FAMILY_SILABS_S1

rsource "*/Kconfig"

endif # SOC_FAMILY_SILABS_S1
endif
Loading