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 <[email protected]> Reviewed-by: Max Gurtovoy <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 94c78ea commit e9227d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)