[PATCH v4 04/20] nvme-tcp-offload: Add device scan implementation

Christoph Hellwig hch at lst.de
Thu Jul 1 06:36:00 PDT 2021


> +	mutex_lock(&nvme_tcp_ofld_devices_mutex);
> +	list_for_each_entry(dev, &nvme_tcp_ofld_devices, entry) {
> +	/* ctrl includes the destination ip, source ip (if provided) and
> +	 * network interface (if provided).
> +	 */

This is not the normal kernel comment style, and also incorrectly
indented.



More information about the Linux-nvme mailing list