Commit e9227d48 authored by Chaitanya Kulkarni's avatar Chaitanya Kulkarni Committed by Keith Busch
Browse files

nvme-fcloop: no need to return from void function



Remove return at the end of void function.

Signed-off-by: default avatarChaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: default avatarMax Gurtovoy <mgurtovoy@nvidia.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
parent 94c78ea1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -645,8 +645,6 @@ fcloop_fcp_recv_work(struct work_struct *work)
	}
	if (ret)
		fcloop_call_host_done(fcpreq, tfcp_req, ret);

	return;
}

static void