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 D3B79C4332F for ; Tue, 20 Dec 2022 10:03:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233719AbiLTKDs (ORCPT ); Tue, 20 Dec 2022 05:03:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60728 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233381AbiLTKDQ (ORCPT ); Tue, 20 Dec 2022 05:03:16 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F7B8140C9; Tue, 20 Dec 2022 02:01:32 -0800 (PST) Received: from [192.168.231.135] (unknown [213.194.155.136]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: rcn) by madras.collabora.co.uk (Postfix) with ESMTPSA id 87C34660000F; Tue, 20 Dec 2022 10:01:30 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1671530491; bh=flyXusJqODPJKu6TN7Auaug9fZjIJwX+0zuYbQTZJaY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EQV5Zbu8P1X1vzeGTnGT6qRI3PvvMoyNmNH6g8UAfMznKvr/E/zCRb8kbmt/LmSJf KoKUIIvHJBDXUGMQKCRBS/rCGOHxAQ+r8Tato4vAdProkDAKHd6gZr5DFBwdZMcHkA XXnYXlM6Zbb9IlCkgdun5plMAOpyvXrrtCBQyXzqoLRfCWXIoEZ9lPRdj0GW7wzT3+ 4iOSV5VZSZDYFUtBCv15FKpuR5j0+tFN4JIe6X+5geGxE63rwPTVh7BN1WqWAAo3UH 4R+SmAs0rP4ydSFXzQoqB59Sgim2Aei4sJJuxLcIUHmlzQS6TwbaQSgdybgyN2jpHp frDplvDPRE/4g== Message-ID: <77e45c9f-d2ec-e4a0-6114-200fa1fdd018@collabora.com> Date: Tue, 20 Dec 2022 11:01:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH] virtio: fix virtio_config_ops kerneldocs Content-Language: en-US To: AngeloGioacchino Del Regno , mst@redhat.com Cc: sfr@canb.auug.org.au, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, virtualization@lists.linux-foundation.org, kernel@collabora.com References: <20221220073709.2687151-1-ricardo.canuelo@collabora.com> From: =?UTF-8?Q?Ricardo_Ca=c3=b1uelo?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/12/22 10:48, AngeloGioacchino Del Regno wrote: > To avoid getting the same warning in the future (developer mistake and/or other > reasons), what about dropping this instance of "Note:" entirely? > > I think that something like... > > the dev->feature bits if it wants. Note that despite the name.... Thanks for the suggestion, Angelo. Applied in v2. Cheers, Ricardo