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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 394E7C433B4 for ; Mon, 26 Apr 2021 12:44:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F41DE611CE for ; Mon, 26 Apr 2021 12:44:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233346AbhDZMpD (ORCPT ); Mon, 26 Apr 2021 08:45:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233294AbhDZMpA (ORCPT ); Mon, 26 Apr 2021 08:45:00 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47D3CC061574; Mon, 26 Apr 2021 05:44:17 -0700 (PDT) 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 4FTPj96qQNz9sVw; Mon, 26 Apr 2021 22:44:13 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1619441054; bh=UPE0vA6J4tXPSQv54xevPfw1LChpV74C10W0KZXMuCo=; h=Date:From:To:Cc:Subject:From; b=j9W8DHa+dc+mKkKrh3Y/CMxYDwQmTtyIpbq3i7f++SkSaHcU5zrdhqBm7ASyI3lFi GqCxZqqiVIJxF6QH9eFXegHSJmxN++6vmdlppkGl1fhnzHo7w7CeKVyIdmdFKoM4Zl 8TYBlW4zegetE9u8FlGvCdkwyFjHh9+c+8fipCX7S8JPHxCiKPQmE5pUnkCfGs01d/ wVaTVyeqwNWbClZ6FeWOk10Jllmr19MNWuDQ18IkXJiZGMNWbaLI2eOujzi6NyHUWM KyrMhzk8kcmHwSJcs0CIZrYsiqkGFndfG7cBoh/C+0zUq6dQUGsZ8Z/gLlM7rxumzK pp0sKxw8TQ3EQ== Date: Mon, 26 Apr 2021 22:44:13 +1000 From: Stephen Rothwell To: Greg KH Cc: Fabio Estevam , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the usb tree Message-ID: <20210426224413.2ce59504@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/=Ex4SoKYFv4hqqa25EqZU5R"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org --Sig_/=Ex4SoKYFv4hqqa25EqZU5R Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the usb tree, today's linux-next build (htlmdocs) produced this warning: Documentation/driver-api/usb/writing_usb_driver.rst:129: WARNING: undefined= label: usb_header Presumably introduced by commit caa93d9bd2d7 ("usb: Fix up movement of USB core kerneldoc location") --=20 Cheers, Stephen Rothwell --Sig_/=Ex4SoKYFv4hqqa25EqZU5R Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmCGtZ0ACgkQAVBC80lX 0GwH2gf/dmc9WXXAktN6Gbb2C5ojZWa0lDL1nACKQnzehkS8Nwya3nfck1LLnq2b CETVmbvOXh/1ZjqKNz4YqEve80DGAUEQ7u1nukkhNgr0MXRbIe2Ew3BPEcqObZTP wN4zUVs9pyajdnQnhGHb0/uMNjUcrTBV7Fbp0Q0mcq99nd29yopScboehZIwebzU mMQ7gD6IO4nZK9S4yXU5iElHCv1SnFlGbAYRDkpe3HD26SkMNFWR5shWGM1tk7/S iT2HLWXhRFGkHFk3L5uEM6goKLXe9hnG5G+2tTfZ643AVAxCeAWlHVrBwJ7JCEHx z+i5gLhGAQPgdhuyHpAQ3tQ0Lo2YTA== =F6Uh -----END PGP SIGNATURE----- --Sig_/=Ex4SoKYFv4hqqa25EqZU5R--