aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/amt.h
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2022-05-23 16:17:06 +0000
committerJakub Kicinski <kuba@kernel.org>2022-05-25 21:36:16 -0700
commit4934609dda03ec90ca5052deecbe455b09a44e21 (patch)
treeb61a108204f1c9bac68aebc224b3ae5f88ebd4d7 /include/net/amt.h
parentMerge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (diff)
downloadlinux-dev-4934609dda03ec90ca5052deecbe455b09a44e21.tar.xz
linux-dev-4934609dda03ec90ca5052deecbe455b09a44e21.zip
amt: fix typo in amt
AMT_MSG_TEARDOWM is defined, But it should be AMT_MSG_TEARDOWN. Fixes: b9022b53adad ("amt: add control plane of amt interface") Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/amt.h')
-rw-r--r--include/net/amt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/amt.h b/include/net/amt.h
index 7a4db8b903ee..0e40c3d64fcf 100644
--- a/include/net/amt.h
+++ b/include/net/amt.h
@@ -15,7 +15,7 @@ enum amt_msg_type {
AMT_MSG_MEMBERSHIP_QUERY,
AMT_MSG_MEMBERSHIP_UPDATE,
AMT_MSG_MULTICAST_DATA,
- AMT_MSG_TEARDOWM,
+ AMT_MSG_TEARDOWN,
__AMT_MSG_MAX,
};