target: tcm_loop: Delete an unnecessary return statement in tcm_loop_submission_work()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 11 Dec 2017 09:58:33 +0000 (10:58 +0100)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 12 Jan 2018 23:07:25 +0000 (15:07 -0800)
commit2dfe3511ce8c15f25c121f30353dcf02b074ef15
tree574acb049b8ac3ecdab3d03076556bddee0f47eb
parent7deeceb4c7c53efeba54fbc7aab9e6b393f5d984
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>
drivers/target/loopback/tcm_loop.c