From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F1CBD17C84; Fri, 12 Jan 2024 17:09:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UtCFx+wP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96967C433C7; Fri, 12 Jan 2024 17:09:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705079346; bh=5mIpyTO4J5SDuulflKbUDpkvJpfEhCWC4gKHviZApdo=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=UtCFx+wPjkv2hkcwJYBBvo/3fFX7/4aY0H/Jd9SkyJDSv+87PSfvFkvPQGHNgOWvk abYZCdRbc6N5P+kyx3UTZ9/rSp7Oe5UrRvD1LjAYpfKDSh5AeBmXasopGPqsSrsWfw hCgytp+0dg5dmgSiJdhwEqnhRfvO1YhdQfkpdqxcSfjxkyIhjtM84T+l8Rsx8P8s9S 1SM9+YbNCKufZhtAyLvTS7ehaRMXlSckjpGuxbinOfJaUz6knIDalpljsEKR0HNTiP 4f0zTzvfeB2Bp1U0/0JWbyspVHDbZXXO6CMyRHRJOvLZImPuCtVufZH5HNOz2vD58k Gc5amF/mIomyg== Date: Fri, 12 Jan 2024 11:09:05 -0600 From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: Sui Jingfeng , Manivannan Sadhasivam , linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH] PCI: Fix kernel-doc issues Message-ID: <20240112170905.GA2272861@bhelgaas> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240111162850.2177655-1-helgaas@kernel.org> On Thu, Jan 11, 2024 at 10:28:50AM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Fix kernel-doc issues reported by > "find include -name \*pci\* | xargs scripts/kernel-doc -none": > > include/linux/pci.h:731: warning: Function parameter or member 'pdev' not described in 'pci_is_vga' > include/linux/pci-epc.h:154: warning: Function parameter or member 'list_lock' not described in 'pci_epc' > include/linux/pci-epf.h:83: warning: expecting prototype for struct pci_epf_event_ops. Prototype was for struct pci_epc_event_ops instead > > Signed-off-by: Bjorn Helgaas Applied with Randy's Acked-by and Tested-by for v6.8. Thanks for the other replies; I would certainly add them but for the fact that I've already tagged what I intend to ask Linus to pull for v6.8. Bjorn