Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756157AbbGPUmR (ORCPT ); Thu, 16 Jul 2015 16:42:17 -0400 Received: from e18.ny.us.ibm.com ([129.33.205.208]:44335 "EHLO e18.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbbGPUmP (ORCPT ); Thu, 16 Jul 2015 16:42:15 -0400 X-Helo: d01dlp02.pok.ibm.com X-MailFrom: tyreld@linux.vnet.ibm.com X-RcptTo: linux-scsi@vger.kernel.org Message-ID: <55A81720.5050509@linux.vnet.ibm.com> Date: Thu, 16 Jul 2015 13:42:08 -0700 From: Tyrel Datwyler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Nicholas Krause CC: JBottomley@odin.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ibmvscsi:Remove no longer required comment for the function send_mad_adapter_info References: <1436462664-14263-1-git-send-email-xerofoify@gmail.com> In-Reply-To: <1436462664-14263-1-git-send-email-xerofoify@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15071620-0045-0000-0000-000000BD01B3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1215 Lines: 33 On 07/09/2015 10:24 AM, Nicholas Krause wrote: > This removes the no longer required comment for the function > send_mad_adapter_info stating that it always return zero due > to this function being declared as void and thus never returning > any useful value. > > Signed-off-by: Nicholas Krause Acked-by: Tyrel Datwyler > --- > drivers/scsi/ibmvscsi/ibmvscsi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c > index 6a41c36..70ea976 100644 > --- a/drivers/scsi/ibmvscsi/ibmvscsi.c > +++ b/drivers/scsi/ibmvscsi/ibmvscsi.c > @@ -1423,7 +1423,6 @@ static void adapter_info_rsp(struct srp_event_struct *evt_struct) > * returned SRP version doesn't match ours. > * @hostdata: ibmvscsi_host_data of host > * > - * Returns zero if successful. > */ > static void send_mad_adapter_info(struct ibmvscsi_host_data *hostdata) > { > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/