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 054DDC433F5 for ; Tue, 1 Mar 2022 15:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235304AbiCAPCY (ORCPT ); Tue, 1 Mar 2022 10:02:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232934AbiCAPCW (ORCPT ); Tue, 1 Mar 2022 10:02:22 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9414D9E56E; Tue, 1 Mar 2022 07:01:41 -0800 (PST) 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 sin.source.kernel.org (Postfix) with ESMTPS id C8C66CE1C48; Tue, 1 Mar 2022 15:01:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD23EC340F2; Tue, 1 Mar 2022 15:01:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646146898; bh=fsaZzr0CCCP6M/dr2U1LFsH9eaJK6vbc1eqyfSLb/Z8=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=VkPclI6kDUJ0dLw1WIhtpq7EdjRgXY70C5RVnwiqdU/+UFEPxxC5BjXKYf9ihkZrC fb/6pohUXMZ0QY0a64QXnE7DE9ePCNLNYaq8cutbtCXjTnKg7ITZ+kPA/xLFgc9/nY mZjiy3k3CVqC6ych2388Aub3rFIFf5uImJCgdnD0GNIc8/5XK6acYilRnOIkuaxEls bMmmWXQ79IwyZ4LI7Y1vMvf9Z6VlBsTyrIb+KtdVcUjWwarOM2n8AjOowQAoWc9M// h3TyDOGoS6D/H/z6igGBC+vb/IGolYHKaN6EaumaBsoQ6lpjyga3pd7npiiDk4JzWP vKXae5E0Djlng== Date: Tue, 1 Mar 2022 09:01:36 -0600 From: Bjorn Helgaas To: Stephen Rothwell Cc: Bjorn Helgaas , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warnings after merge of the pci tree Message-ID: <20220301150136.GA609359@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220301135938.4c664beb@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Mar 01, 2022 at 01:59:38PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the pci tree, today's linux-next build (htmldocs) produced > these warnings: > > Error: Cannot open file drivers/gpu/vga/vgaarb.c > Error: Cannot open file drivers/gpu/vga/vgaarb.c > > Introduced by commit > > d6e1898bfa5b ("PCI/VGA: Move vgaarb to drivers/pci") > > The reference in Documentation/gpu/vgaarbiter.rst needs to be updated. Fixed, thanks!