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 <xerofo...@gmail.com>

Acked-by: Tyrel Datwyler <tyr...@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-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to