[PATCH v2 nvme-cli 2/4] fabrics: stringify discover output.

Christoph Hellwig hch at lst.de
Mon Aug 8 06:31:50 PDT 2016


>  
> +static const char *arg_str(const char * const *strings,
> +		size_t array_size, size_t idx)
> +{
> +		if (idx < array_size && strings[idx])
> +			return strings[idx];
> +		return "unrecognized";
> +}

The indentation of the function body looks b0rked.



More information about the Linux-nvme mailing list