Skip to content

Commit e9227d4

Browse files
Chaitanya Kulkarnikeithbusch
authored andcommitted
nvme-fcloop: no need to return from void function
Remove return at the end of void function. Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Max Gurtovoy <mgurtovoy@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
1 parent 94c78ea commit e9227d4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/nvme/target/fcloop.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ fcloop_fcp_recv_work(struct work_struct *work)
645645
}
646646
if (ret)
647647
fcloop_call_host_done(fcpreq, tfcp_req, ret);
648-
649-
return;
650648
}
651649

652650
static void

0 commit comments

Comments
 (0)