[PATCH] nvmet-fc: simplify nvmet_fc_alloc_hostport
Chaitanya Kulkarni
Chaitanya.Kulkarni at wdc.com
Mon Mar 22 19:15:22 GMT 2021
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.
More information about the Linux-nvme
mailing list