From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05231C4332F for ; Fri, 23 Dec 2022 18:21:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231758AbiLWSVT (ORCPT ); Fri, 23 Dec 2022 13:21:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229658AbiLWSVQ (ORCPT ); Fri, 23 Dec 2022 13:21:16 -0500 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE0B52DD8; Fri, 23 Dec 2022 10:21:15 -0800 (PST) Date: Fri, 23 Dec 2022 13:21:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mricon.com; s=key1; t=1671819673; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AiPnTZHpkNIgqMHKjSOUpL+Tv5lpBZfS9s5X+H0WbTk=; b=FstcllS6KeXq+cKuBxiHV/qljoZ/n9jPofrVzTGVVqncKStUXpQV1GipCHw9Lm/dAa7BNT c0dXwpiuE5tKThz+tdL4bIgAqz5NAnhZSX7ANfF1D/62Ekl4pXpsSmWxZVHkbf4zE40lBl OCbjgRm3qOlUf34UO9spf0b+zmxdnhA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Konstantin Ryabitsev To: Ping-Ke Shih Cc: Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Jens Schleusener , Konstantin Ryabitsev Subject: Re: [PATCH] rtl8723ae: fix obvious spelling error tyep->type Message-ID: <20221223182109.nf2e2mya34tk5asx@ubuntu2204> References: <20221222-rtl8723ae-typo-fix-v1-1-848434b179c7@mricon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Dec 23, 2022 at 01:57:05AM +0000, Ping-Ke Shih wrote: > > Subject: [PATCH] rtl8723ae: fix obvious spelling error tyep->type > > subject prefix should be "wifi: rtlwifi: rtl8723ae: ..." Updated in v2, thank you! -Konstantin