> + 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.