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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4C553C4345F for ; Wed, 17 Apr 2024 15:30:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=z71MR9/FB4ZLioSpgSrKFmW/9gLRNuEnvteXucs//5s=; b=zqwTv1NLJ05Ye3UnHXzFjrWdco D2nB2eXKaBxQ2EkO5b/9qQiqSefkoWFfDGcNbCVfQsJfIjhRYbtgW+zEtY3qoBtWjXv5NYskIACvr ocjNh1r24jrJTvag9FouMUsSkwk6kbH5byTmAf+OdYp31ZEj8yPlzycEb1XVTt8xY1j0jxS0oVeNq aJ9oLOIubAp3EuSpwoeOXvD75UlvJxTdYuZ9cZdb6RHB5NmuNAAIW6GaMFAkYtv6wggrkBGXJW97n uRQFS6EGH/YxN9Pgh0aUDqccr6ZJ/faRhw/DVNjJ6naiJsIbph08dHNYeRMRlG/mtrH++BjvE1Dbi k8+s6Y3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx7EX-0000000Gacj-3oH6; Wed, 17 Apr 2024 15:30:01 +0000 Received: from [50.53.2.121] (helo=[192.168.254.15]) by bombadil.infradead.org with esmtpsa (Exim 4.97.1 #2 (Red Hat Linux)) id 1rx7ES-0000000GabK-0bD4; Wed, 17 Apr 2024 15:29:56 +0000 Message-ID: <1c1bc9c3-978c-4e41-8a4b-66da25416304@infradead.org> Date: Wed, 17 Apr 2024 08:29:53 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator To: Alexander Lobakin , Johannes Berg , Jakub Kicinski , Breno Leitao Cc: davem@davemloft.net, pabeni@redhat.com, edumazet@google.com, elder@kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, nbd@nbd.name, sean.wang@mediatek.com, Mark-MC.Lee@mediatek.com, lorenzo@kernel.org, taras.chornyi@plvision.eu, ath11k@lists.infradead.org, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, geomatsi@gmail.com, kvalo@kernel.org, quic_jjohnson@quicinc.com, leon@kernel.org, dennis.dalessandro@cornelisnetworks.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, idosch@idosch.org, Ido Schimmel , Jiri Pirko , Simon Horman , Daniel Borkmann , Sebastian Andrzej Siewior References: <20240411135952.1096696-1-leitao@debian.org> <20240411135952.1096696-4-leitao@debian.org> <20240412191626.2e9bfb4a@kernel.org> Content-Language: en-US From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On 4/17/24 4:19 AM, Alexander Lobakin wrote: > From: Johannes Berg > Date: Wed, 17 Apr 2024 13:11:38 +0200 > >> On Wed, 2024-04-17 at 12:51 +0200, Alexander Lobakin wrote: >>> Just FYI: kdoc accepts only this pattern: >>> >>> * @last_param: blah >>> * >>> * Return: blah >>> >>> NOT >>> >>> * Returns: blah >> >> Actually, it does accept that, the regex is "returns?". It's just ack (Return: is documented) > Hmm, I was sure I had warnings on "Returns:"... Not sure now. > Yes, either way is accepted. > documented only as "Return" . IMHO it sometimes reads nicer as "Returns" >> depending on how you phrase it, but ... -- #Randy https://people.kernel.org/tglx/notes-about-netiquette https://subspace.kernel.org/etiquette.html