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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 5B614C433E0 for ; Wed, 29 Jul 2020 23:55:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37D9B206C0 for ; Wed, 29 Jul 2020 23:55:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596066935; bh=2qQU4K0e6W1DjVLwg3WLwYj6OxB4s7i2Sd31hVUu5eM=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=tfEV+S1f9/sDKOrlsJYhlTEjzagRVSItODcBlv0280gGpWglG9kIM6vHVtIK0s/uq bOBs+Q5rMGhBqudUiIvLZroCHvTv4Wm9h9j1u1TpU0KvYk5JFjSWd3E8Wj5yv2VmQ0 OmYZ1Ydqjh0tv9u0cTsCp+kA80xoTonygWAeVj14= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728172AbgG2Xzd (ORCPT ); Wed, 29 Jul 2020 19:55:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:38390 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727072AbgG2Xzb (ORCPT ); Wed, 29 Jul 2020 19:55:31 -0400 Received: from localhost (mobile-166-175-62-240.mycingular.net [166.175.62.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BD7A82053B; Wed, 29 Jul 2020 23:55:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596066931; bh=2qQU4K0e6W1DjVLwg3WLwYj6OxB4s7i2Sd31hVUu5eM=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=S2DX0SCmU+RLfcr2hkR9YySOo/Xullv+roovdeaql6qa9XySXHetZRaUhKmjfx9p1 KEX5mkuXB8aMrOsJxcrWqyBmVNmoTiNkj4nsUzSpvJAPQYBEPanlz7lV3XJtE7KSrw qsYu5YcLZEGlacvt2NiwsAi5K0Eo1gB04ye2biL8= Date: Wed, 29 Jul 2020 18:55:28 -0500 From: Bjorn Helgaas To: Krzysztof Kozlowski Cc: Bjorn Helgaas , Jingoo Han , Gustavo Pimentel , Lorenzo Pieralisi , Rob Herring , Shawn Lin , Heiko Stuebner , Michal Simek , Kishon Vijay Abraham I , "Rafael J. Wysocki" , Len Brown , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v3 0/6] PCI: Minor kerneldoc warning fixes Message-ID: <20200729235528.GA1981103@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200729201224.26799-1-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 29, 2020 at 10:12:18PM +0200, Krzysztof Kozlowski wrote: > Hi, > > Changes since v2: > 1. Fix almost all warnings, except: > drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'version' not described in 'hv_pci_protocol_negotiation' > drivers/pci/controller/pci-hyperv.c:2534: warning: Function parameter or member 'num_version' not described in 'hv_pci_protocol_negotiation' > Not sure what are these. > > 2. New patches, split per driver or subdirectory > > Best regards, > Krzysztof > > Krzysztof Kozlowski (6): > PCI: Fix kerneldoc > PCI: endpoint: Fix kerneldoc > PCI: hotplug: Fix kerneldoc > PCI: dwc: Fix kerneldoc > PCI: rockchip: Fix kerneldoc > PCI: xilinx: Fix kerneldoc > > drivers/pci/ats.c | 3 ++- > drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +- > drivers/pci/controller/pcie-rockchip-ep.c | 1 + > drivers/pci/controller/pcie-xilinx-cpm.c | 1 + > drivers/pci/endpoint/functions/pci-epf-test.c | 2 +- > drivers/pci/endpoint/pci-ep-cfs.c | 2 +- > drivers/pci/endpoint/pci-epc-core.c | 2 +- > drivers/pci/endpoint/pci-epc-mem.c | 2 +- > drivers/pci/endpoint/pci-epf-core.c | 4 +++- > drivers/pci/hotplug/acpi_pcihp.c | 4 ++-- > drivers/pci/hotplug/pciehp_core.c | 1 + > drivers/pci/of.c | 2 ++ > drivers/pci/pci-pf-stub.c | 2 +- > drivers/pci/setup-bus.c | 1 + > drivers/pci/vc.c | 1 - > 15 files changed, 19 insertions(+), 11 deletions(-) Thanks, I squashed these all together and applied them on pci/doc for v5.9. This was a tiny bit messy because pcie-xilinx-cpm.c is new this cycle and ideally we would have squashed that fix into the original commit, but we don't need to bother with that.