From patchwork Thu Aug 4 11:05:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Kobel X-Patchwork-Id: 12936267 Received: from ganymed.uberspace.de (ganymed.uberspace.de [185.26.156.242]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BADF3210F for ; Thu, 4 Aug 2022 11:11:52 +0000 (UTC) Received: (qmail 20046 invoked by uid 989); 4 Aug 2022 11:05:08 -0000 Authentication-Results: ganymed.uberspace.de; auth=pass (plain) Message-ID: <323e3bd2-e17f-bd9e-51ac-714d2befd060@a-kobel.de> Date: Thu, 4 Aug 2022 13:05:03 +0200 Precedence: bulk X-Mailing-List: iwd@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US To: iwd@lists.linux.dev From: Alexander Kobel Subject: [PATCH] manager: Fix typo X-Rspamd-Bar: ----- X-Rspamd-Report: BAYES_HAM(-2.999018) SIGNED_SMIME(-2) MIME_GOOD(-0.2) X-Rspamd-Score: -5.199018 Received: from unknown (HELO unkown) (::1) by ganymed.uberspace.de (Haraka/2.8.28) with ESMTPSA; Thu, 04 Aug 2022 13:05:08 +0200 --- src/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.c b/src/manager.c index 437841b3..6ff642f1 100644 --- a/src/manager.c +++ b/src/manager.c @@ -755,7 +755,7 @@ static void manager_config_notify(struct l_genl_msg *msg, void *user_data) if (!wiphy_find(wiphy_id)) { l_warn("Received a NEW_INTERFACE for a wiphy id" - " that isn't tracked. This is most ikely a" + " that isn't tracked. This is most likely a" " kernel bug where NEW_WIPHY events that are" " too large are dropped on the floor." " Attempting a workaround...");