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 668F6C4167B for ; Tue, 20 Dec 2022 00:00:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229715AbiLTAAF (ORCPT ); Mon, 19 Dec 2022 19:00:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229461AbiLTAAE (ORCPT ); Mon, 19 Dec 2022 19:00:04 -0500 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FF932705; Mon, 19 Dec 2022 16:00:03 -0800 (PST) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4NbcC12TYSz4xZj; Tue, 20 Dec 2022 10:59:57 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1671494397; bh=Ttw1kQxChRi9BQD9lKE1OGCXL5hy6lYosIPZ19dlILE=; h=Date:From:To:Cc:Subject:From; b=ggyp9Wstep1tFUcBQS+jzUTzXXvuq4jcsg2sckQf/CRuJ6+6HooA+LkugsnH6Rf3t 2KuXv16TXvfo1A3kauecwp7AH2J4Yb5kMrqGkC7Nc8OgKnCfVzwCu/IGvniXVWcS21 Zox9DviZGOisjpOG5KN2VM5416T9kkx0ETk8gd4iKyR74FmW2Rjobkmv5Yz8Aw2y2R OHVQUNZgmw5osA2TNsfZy4ifPPPcjK/+lkZ7Q5lVNCoqs9qXWhcuznh0fKO6EKqyHl IBE0KTQkPLmwri8e+wr4UOs1ph1SzXZB55VuXKwJTBHcSaaxh4hOjiDR+bOGTAyQhe pL1A28I5yLjxg== Date: Tue, 20 Dec 2022 10:59:56 +1100 From: Stephen Rothwell To: "Michael S. Tsirkin" Cc: Ricardo =?UTF-8?B?Q2HDsXVlbG8=?= , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the vhost tree Message-ID: <20221220105956.4786852d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/ZfxT=oGrkvqhENWgfkKgk9Z"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/ZfxT=oGrkvqhENWgfkKgk9Z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the vhost tree, today's linux-next build (htmldocs) produced this warning: include/linux/virtio_config.h:74: warning: duplicate section name 'Note' include/linux/virtio_config.h:94: warning: expecting prototype for virtio_c= onfig_ops(). Prototype was for vq_callback_t() instead Revelealed by commit 333723e8bc39 ("docs: driver-api: virtio: virtio on Linux") --=20 Cheers, Stephen Rothwell --Sig_/ZfxT=oGrkvqhENWgfkKgk9Z Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmOg+vwACgkQAVBC80lX 0Gy26QgAoyWQoAkRf/REnsMQFoThcInoVFmRwBg4wD+LDeaJarLv++aJSLrK9tOO /6+cEiwpXBADIFu2TN4b6P4iN01Yc9DFNsoDusBU4M/xYic4b/bKV9bzM+y3x6Rn TBfl04RkX58AW9P/ywiXUbWhGklLIX1AYnBucQET15RxARke/s+pdd5y7IM476Jx td+oh6XudIAdhjZMA25nRUrAcqFWc0nQhrBOeCLXX88EIKx1+LiQ7PURFwIH5LLt 24h0WaJuEPt3gsnNMVgeQdObu1pY9rh80XIZAQzPng63mPPWCfC9e4NM88F//pft s4pG4YAU/NLeV/Vf63RNqj+D7/NbgA== =hMCn -----END PGP SIGNATURE----- --Sig_/ZfxT=oGrkvqhENWgfkKgk9Z--