From: "Krzysztof Wilczyński" <kw@linux.com> To: Bjorn Helgaas <bhelgaas@google.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>, Kishon Vijay Abraham I <kishon@ti.com>, Tom Joseph <tjoseph@cadence.com>, Murali Karicheri <m-karicheri2@ti.com>, Rob Herring <robh@kernel.org>, Russell Currey <ruscur@russell.cc>, "Oliver O'Halloran" <oohall@gmail.com>, Geert Uytterhoeven <geert+renesas@glider.be>, Arnd Bergmann <arnd@arndb.de>, Krzysztof Kozlowski <krzk@kernel.org>, Kunihiko Hayashi <hayashi.kunihiko@socionext.com>, Sean V Kelley <sean.v.kelley@intel.com>, Qiuxu Zhuo <qiuxu.zhuo@intel.com>, Jay Fang <f.fangjian@huawei.com>, linux-pci@vger.kernel.org Subject: [PATCH 6/8] PCI: j721e: Fix a non-compliant kernel-doc Date: Thu, 11 Mar 2021 00:17:22 +0000 [thread overview] Message-ID: <20210311001724.423356-6-kw@linux.com> (raw) In-Reply-To: <20210311001724.423356-1-kw@linux.com> Correct a non-compliant kernel-doc at the top of the pci-j721e.c file, and resolve build time warning related to kernel-doc: drivers/pci/controller/cadence/pci-j721e.c:25: warning: expecting prototype for pci(). Prototype was for ENABLE_REG_SYS_2() instead No change to functionality intended. Signed-off-by: Krzysztof Wilczyński <kw@linux.com> --- drivers/pci/controller/cadence/pci-j721e.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/cadence/pci-j721e.c b/drivers/pci/controller/cadence/pci-j721e.c index 849f1e416ea5..f1eef67e9526 100644 --- a/drivers/pci/controller/cadence/pci-j721e.c +++ b/drivers/pci/controller/cadence/pci-j721e.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * pci-j721e - PCIe controller driver for TI's J721E SoCs * * Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com -- 2.30.1
next prev parent reply other threads:[~2021-03-11 0:18 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-11 0:17 [PATCH 1/8] PCI: endpoint: Fix kernel-doc formatting and add missing documentation Krzysztof Wilczyński 2021-03-11 0:17 ` [PATCH 2/8] PCI/AER: Update functions names in the kernel-doc Krzysztof Wilczyński 2021-03-11 0:17 ` [PATCH 3/8] PCI/PME: Update function name " Krzysztof Wilczyński 2021-03-11 0:17 ` [PATCH 4/8] PCI/ATS: " Krzysztof Wilczyński 2021-03-11 0:17 ` [PATCH 5/8] PCI: " Krzysztof Wilczyński 2021-03-11 0:17 ` Krzysztof Wilczyński [this message] 2021-03-11 0:17 ` [PATCH 7/8] PCI: dwc: Remove surplus and document missing function parameters Krzysztof Wilczyński 2021-03-11 0:17 ` [PATCH 8/8] PCI: of: Fix kernel-doc formatting and add missing documentation Krzysztof Wilczyński 2021-03-11 23:38 ` [PATCH 1/8] PCI: endpoint: " Bjorn Helgaas
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210311001724.423356-6-kw@linux.com \ --to=kw@linux.com \ --cc=arnd@arndb.de \ --cc=bhelgaas@google.com \ --cc=f.fangjian@huawei.com \ --cc=geert+renesas@glider.be \ --cc=hayashi.kunihiko@socionext.com \ --cc=kishon@ti.com \ --cc=krzk@kernel.org \ --cc=linux-pci@vger.kernel.org \ --cc=lorenzo.pieralisi@arm.com \ --cc=m-karicheri2@ti.com \ --cc=oohall@gmail.com \ --cc=qiuxu.zhuo@intel.com \ --cc=robh@kernel.org \ --cc=ruscur@russell.cc \ --cc=sean.v.kelley@intel.com \ --cc=tjoseph@cadence.com \ --subject='Re: [PATCH 6/8] PCI: j721e: Fix a non-compliant kernel-doc' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).