aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kthread.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-01-19 18:10:38 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2022-01-20 08:52:55 +0200
commitb1e78ef3be2533973953a35a56739fda7325875c (patch)
tree13d2a89405c76fb3f0eb3d363a8f9f84e2193a7f /kernel/kthread.c
parentubsan: remove CONFIG_UBSAN_OBJECT_SIZE (diff)
downloadlinux-dev-b1e78ef3be2533973953a35a56739fda7325875c.tar.xz
linux-dev-b1e78ef3be2533973953a35a56739fda7325875c.zip
lib: remove redundant assignment to variable ret
The variable ret is being assigned a value that is never read. If the for-loop is entered then ret is immediately re-assigned a new value. If the for-loop is not executed ret is never read. The assignment is redundant and can be removed. Link: https://lkml.kernel.org/r/20211230134557.83633-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/kthread.c')
0 files changed, 0 insertions, 0 deletions