summaryrefslogtreecommitdiff
path: root/include/net/amt.h
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2022-05-23 19:17:06 +0300
committerJakub Kicinski <kuba@kernel.org>2022-05-26 07:36:16 +0300
commit4934609dda03ec90ca5052deecbe455b09a44e21 (patch)
treeb61a108204f1c9bac68aebc224b3ae5f88ebd4d7 /include/net/amt.h
parent7e062cda7d90543ac8c7700fc7c5527d0c0f22ad (diff)
downloadlinux-4934609dda03ec90ca5052deecbe455b09a44e21.tar.xz
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,
};