summaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-01-16 12:50:02 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2024-02-07 05:54:19 +0100
commit2386ae062c647a6ee5f93d2581b45d48cce677e3 (patch)
tree049c96e0c70fba71be48b639531da6d59ca93b34 /Documentation/userspace-api
parent2350d4d4c819cccbc8a1b636c8b069fdf059685e (diff)
downloadlinux-stable-2386ae062c647a6ee5f93d2581b45d48cce677e3.tar.gz
linux-stable-2386ae062c647a6ee5f93d2581b45d48cce677e3.tar.bz2
linux-stable-2386ae062c647a6ee5f93d2581b45d48cce677e3.zip
media: dvb: remove redundant assignment to variable ret
The variable ret is being assigned a value but it isn't being read afterwards. The assignment is redundant and so ret can be removed. Also add spaces after , to clean up checkpatch warnings. Cleans up clang scan build warning: warning: Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret' [deadcode.DeadStores] Link: https://lore.kernel.org/linux-media/20240116115002.2265367-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'Documentation/userspace-api')
0 files changed, 0 insertions, 0 deletions