]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sctp: correct CONFIG_SCTP_DBG_OBJCNT macro name in comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 13 Jun 2026 23:37:25 +0000 (16:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Jun 2026 22:52:54 +0000 (15:52 -0700)
commiteb82367bca5656c99d98bba65f101776e2c2dc36
tree278c2a31420e397e1af5a3879cb6398c3faa38aa
parent952d66f16dcd0d7c24b3187e79a292549ef83bf0
sctp: correct CONFIG_SCTP_DBG_OBJCNT macro name in comment

A comment in <net/sctp/sctp.h> incorrectly refers to
CONFIG_SCTP_DBG_OBJCOUNT instead of CONFIG_SCTP_DBG_OBJCNT. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260613233725.162470-1-enelsonmoore@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/sctp/sctp.h