[PATCH] nvmet-fc: simplify nvmet_fc_alloc_hostport

James Smart jsmart2021 at gmail.com
Mon Mar 22 19:37:12 GMT 2021


On 3/22/2021 12:15 PM, Chaitanya Kulkarni wrote:
> On 3/22/21 12:08, amit.engel at dell.com wrote:
>> -		return (match) ? match : ERR_PTR(-ENOMEM);
>> +		return ERR_PTR(-ENOMEM);
>>   	}
> 
> Same comment about return () here.
> 
> 

nothing wrong here....

-- james




More information about the Linux-nvme mailing list