Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1186236
| From | Tyrel Datwyler <tyreld@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ibmvscsi:Remove no longer required comment for the function send_mad_adapter_info |
| Date | 2015-07-16 22:50 +0200 |
| Message-ID | <pMYgq-SY-17@gated-at.bofh.it> (permalink) |
| References | <pMYgq-SY-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <xerofoify@gmail.com>
Acked-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
> ---
> 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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] ibmvscsi:Remove no longer required comment for the function send_mad_adapter_info Tyrel Datwyler <tyreld@linux.vnet.ibm.com> - 2015-07-16 22:50 +0200
csiph-web