From patchwork Mon Sep 3 02:32:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10585347 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 64AD6174A for ; Mon, 3 Sep 2018 02:32:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5096328641 for ; Mon, 3 Sep 2018 02:32:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43C53286BC; Mon, 3 Sep 2018 02:32:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EF01328641 for ; Mon, 3 Sep 2018 02:32:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727496AbeICGuw (ORCPT ); Mon, 3 Sep 2018 02:50:52 -0400 Received: from merlin.infradead.org ([205.233.59.134]:33178 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725949AbeICGuw (ORCPT ); Mon, 3 Sep 2018 02:50:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=LgHDWT7it9wTesOBhRKCaM1Lh8xEceNKfEb/lnaPHYE=; b=e0ygaEe6gVkhRU4GoPH2H3CzCI lZkVpcBH/N8KpGuk2a56R05bI+JaFw5E+L7msRywkbRHnSbUAZJW7x3dSYSsDmVbAiq8zy3XipHbB KjIYIlOLNAllloK6cPlhgKzdALUoBx7ZJfv9iR25bq2WADoDurRhFovC3bjjPt4sVsvP8I+4e9+ll LeOx2QLNhVFN/ZCPUppWz14ualASPQXWnUqnt92hN9y9rjRWx067YCXKM6M9WEETEXD1052fgKsNC 45VisSagiI8704B2beI2seylnC4lo2cwsPZwfd4Zzxv6mTVJgNBlIQOG4bvydc0nlTv15r2FrTH1r koJM8ikA==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fwefc-0005UD-3V; Mon, 03 Sep 2018 02:32:52 +0000 To: LKML , linux-pci , Bjorn Helgaas From: Randy Dunlap Subject: [PATCH] pci: fix pci.c kernel-doc parameter warning Message-ID: <1fe6f0c6-7ebb-7ddd-af91-659afad2d7da@infradead.org> Date: Sun, 2 Sep 2018 19:32:50 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Language: en-US Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix kernel-doc warning: ../drivers/pci/pci.c:218: warning: Excess function parameter 'p' description in 'pci_dev_str_match_path' Signed-off-by: Randy Dunlap Cc: Bjorn Helgaas Cc: linux-pci@vger.kernel.org --- drivers/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-419-rc2.orig/drivers/pci/pci.c +++ lnx-419-rc2/drivers/pci/pci.c @@ -196,7 +196,7 @@ EXPORT_SYMBOL_GPL(pci_ioremap_wc_bar); /** * pci_dev_str_match_path - test if a path string matches a device * @dev: the PCI device to test - * @p: string to match the device against + * @path: string to match the device against * @endptr: pointer to the string after the match * * Test if a string (typically from a kernel parameter) formatted as a