diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2025-07-20 19:04:20 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-07-22 18:17:23 -0700 |
commit | b2dd6eb0acd756a48a5351c56a675e2e7ff45e70 (patch) | |
tree | 3e73827308314cd16783c2b9857e3c89922e6b04 | |
parent | b2c688337fda9ddf655899909adf6b0b69a5e1b0 (diff) |
net: Kconfig: add endif/endmenu comments
Add comments on endif & endmenu blocks. This can save time
when searching & trying to understand kconfig menu dependencies.
The other endif & endmenu statements are already commented like this.
This makes it similar to drivers/net/Kconfig, which is already
commented like this.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250721020420.3555128-1-rdunlap@infradead.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | net/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/Kconfig b/net/Kconfig index ebc80a98fc91..d5865cf19799 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -247,7 +247,7 @@ source "net/ipv4/netfilter/Kconfig" source "net/ipv6/netfilter/Kconfig" source "net/bridge/netfilter/Kconfig" -endif +endif # if NETFILTER source "net/sctp/Kconfig" source "net/rds/Kconfig" @@ -408,9 +408,9 @@ config NET_DROP_MONITOR just checking the various proc files and other utilities for drop statistics, say N here. -endmenu +endmenu # Network testing -endmenu +endmenu # Networking options source "net/ax25/Kconfig" source "net/can/Kconfig" |