git: 157983169e05 - stable/12 - net8021: Fix a typo in a kernel error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 06:04:00 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=157983169e0505957b6eb798f080f053b76d9855
commit 157983169e0505957b6eb798f080f053b76d9855
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 02:31:51 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-11-01 06:03:46 +0000
net8021: Fix a typo in a kernel error message
- s/missmatch/mismatch/
(cherry picked from commit 156ce1e51ce9c092dcc8cc4d7f80a8c63974beea)
---
sys/net80211/ieee80211_mesh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net80211/ieee80211_mesh.c b/sys/net80211/ieee80211_mesh.c
index 3c8e371d7c5c..387ab0b4d2fe 100644
--- a/sys/net80211/ieee80211_mesh.c
+++ b/sys/net80211/ieee80211_mesh.c
@@ -2190,7 +2190,7 @@ mesh_parse_meshpeering_action(struct ieee80211_node *ni,
sendclose = 1;
IEEE80211_DISCARD(vap,
IEEE80211_MSG_ACTION | IEEE80211_MSG_MESH,
- wh, NULL, "%s", "configuration missmatch");
+ wh, NULL, "%s", "configuration mismatch");
}
if (sendclose) {