From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Milne Subject: Re: [PATCH] fusion: fix excess parameter kernel-doc warning Date: Mon, 18 Aug 2014 13:07:52 -0400 Message-ID: <1408381672.1223.212.camel@localhost.localdomain> References: <53EFC9E3.6070306@infradead.org> Reply-To: emilne@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com ([209.132.183.28]:23612 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751391AbaHRRI1 (ORCPT ); Mon, 18 Aug 2014 13:08:27 -0400 In-Reply-To: <53EFC9E3.6070306@infradead.org> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Randy Dunlap Cc: James Bottomley , Christoph Hellwig , linux-scsi , DL-MPTFusionLinux@lsi.com, MPT-FusionLinux.pdl@avagotech.com On Sat, 2014-08-16 at 14:15 -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc excess parameter warning: > > Warning(..//drivers/message/fusion/mptbase.c:1411): Excess function parameter 'prod_name' description in 'mpt_get_product_name' > > Signed-off-by: Randy Dunlap > Cc: DL-MPTFusionLinux@lsi.com > Cc: MPT-FusionLinux.pdl@avagotech.com > --- > drivers/message/fusion/mptbase.c | 1 - > 1 file changed, 1 deletion(-) > > Index: lnx-317-rc1/drivers/message/fusion/mptbase.c > =================================================================== > --- lnx-317-rc1.orig/drivers/message/fusion/mptbase.c > +++ lnx-317-rc1/drivers/message/fusion/mptbase.c > @@ -1400,7 +1400,6 @@ mpt_verify_adapter(int iocid, MPT_ADAPTE > * @vendor: pci vendor id > * @device: pci device id > * @revision: pci revision id > - * @prod_name: string returned > * > * Returns product string displayed when driver loads, > * in /proc/mpt/summary and /sysfs/class/scsi_host/host/version_product > -- Goes with commit c9834c70efbaaa1461ec04289d97a842244fb294. Reviewed-by: Ewan D. Milne