Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Jakub Kicinski
b2dd6eb0 b2c68833

+3 -3
+3 -3
net/Kconfig
··· 247 247 source "net/ipv6/netfilter/Kconfig" 248 248 source "net/bridge/netfilter/Kconfig" 249 249 250 - endif 250 + endif # if NETFILTER 251 251 252 252 source "net/sctp/Kconfig" 253 253 source "net/rds/Kconfig" ··· 408 408 just checking the various proc files and other utilities for 409 409 drop statistics, say N here. 410 410 411 - endmenu 411 + endmenu # Network testing 412 412 413 - endmenu 413 + endmenu # Networking options 414 414 415 415 source "net/ax25/Kconfig" 416 416 source "net/can/Kconfig"