]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcafe30c996692c7a3bee94c06dfb86708eef39ca
tree574acb049b8ac3ecdab3d03076556bddee0f47eb
parent0ad6426547034d7a24b00595102f3862412e9b3b
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