From 5a8df152f79a9cec6ee019c3c3cf473817224a00 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 19 Jul 2012 23:54:20 +0200 Subject: [PATCH] kernel: Remove two duplicate words in messages. --- sys/kern/lwkt_thread.c | 2 +- sys/netproto/802_11/wlan/ieee80211_mesh.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/lwkt_thread.c b/sys/kern/lwkt_thread.c index 9545b0d804..799e93ea1a 100644 --- a/sys/kern/lwkt_thread.c +++ b/sys/kern/lwkt_thread.c @@ -613,7 +613,7 @@ lwkt_switch(void) if (gd->gd_trap_nesting_level == 0 && panic_cpu_gd != mycpu) { panic("lwkt_switch: Attempt to switch from a " - "a fast interrupt, ipi, or hard code section, " + "fast interrupt, ipi, or hard code section, " "td %p\n", td); } else { diff --git a/sys/netproto/802_11/wlan/ieee80211_mesh.c b/sys/netproto/802_11/wlan/ieee80211_mesh.c index 38c396412b..9f4865efd7 100644 --- a/sys/netproto/802_11/wlan/ieee80211_mesh.c +++ b/sys/netproto/802_11/wlan/ieee80211_mesh.c @@ -2287,7 +2287,7 @@ mesh_verify_meshconf(struct ieee80211vap *vap, const uint8_t *ie) } if (meshconf->conf_authid != 0) { IEEE80211_DPRINTF(vap, IEEE80211_MSG_MESH, - "unknown auth auth algorithm: 0x%x\n", + "unknown auth algorithm: 0x%x\n", meshconf->conf_pselid); return 1; } -- 2.41.0