1
0
Fork 0

target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submission_work()

The script "checkpatch.pl" pointed information out like the following.

WARNING: void function return statements are not generally useful

Thus remove such a statement in the affected function.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
hifive-unleashed-5.1
Markus Elfring 2017-12-11 10:58:33 +01:00 committed by Nicholas Bellinger
parent 7deeceb4c7
commit 2dfe3511ce
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ static void tcm_loop_submission_work(struct work_struct *work)
out_done:
kmem_cache_free(tcm_loop_cmd_cache, tl_cmd);
sc->scsi_done(sc);
return;
}
/*