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 0CA98C433F5 for ; Wed, 30 Mar 2022 07:05:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243614AbiC3HHN (ORCPT ); Wed, 30 Mar 2022 03:07:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239173AbiC3HHC (ORCPT ); Wed, 30 Mar 2022 03:07:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE1E2E389F; Wed, 30 Mar 2022 00:05:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 293B46174C; Wed, 30 Mar 2022 07:05:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4EFC4C340EC; Wed, 30 Mar 2022 07:05:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648623916; bh=VWuNt9MMq30h518JglbsrFsfm2iHhJHX8QEEqDJ+oME=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=EEQYNvd7HoxsnIJuJj4H9DDPPJw2JEsCNS6GFlZEn9LkdTPgiyZ7ihwosYWPXjeS1 fWpWJ9CiJPKAesSLVuH/qdtaVNtyj7xBUrUahqcPowCDnHWLVhR2NK89uEGQ6llA+P S+QHC30b4jEj3+hTDge/rbUlVzoIdrWi2z91MEyUM5MnuDwU4UIpEpAWHbbwlyKEXB bHMOw6HV1twNGFX9HPwBTneXccWdQ8fjmRYNzP9vqIMUbkfpUY1MdpIxRMY4FS2g5m hLrtTFB80UJiiPhWyexHSnv+NXqQZhwHAcVf/2uCiyOjPRUu42vBXm5ft5afiiT2zV gsKxmRlY2gxXA== From: Kalle Valo To: Jeff Johnson Cc: Benjamin =?utf-8?Q?St=C3=BCrz?= , , , , , , , , Subject: Re: [PATCH 19/22 v2] wcn36xx: Improve readability of wcn36xx_caps_name References: <20220326165909.506926-1-benni@stuerz.xyz> <20220326165909.506926-19-benni@stuerz.xyz> <720e4d68-683a-f729-f452-4a9e52a3c6fa@stuerz.xyz> Date: Wed, 30 Mar 2022 10:05:10 +0300 In-Reply-To: (Jeff Johnson's message of "Mon, 28 Mar 2022 13:23:06 -0700") Message-ID: <87y20rx6mx.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jeff Johnson writes: > (apologies for top-posting) > When you submit new patches you should not do so as a reply, but > instead as a new thread with a new version number. > > And since multiple folks have suggested that you submit on a > per-subsystem basis I suggest that you re-send this as a singleton > just to wcn36xx@lists.infradead.org and linux-wireless@vger.kernel.org > along with the associated maintainers. > > So I believe [PATCH v3] wcn36xx:... would be the correct subject, but > I'm sure Kalle will let us know otherwise You are correct. Also I strongly recommend using git send-email instead of Mozilla. Patch handling is automated using patchwork and git, so submitting patches manually is error prone. See our wiki for more: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#format_issues Also I recommend reading the whole wiki page in detail, that way common errors can be avoided and we all can save time :) -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches