aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJasmin Jessich <[email protected]>2017-07-15 20:43:06 -0400
committerMauro Carvalho Chehab <[email protected]>2017-07-20 15:30:04 -0400
commitbacba9e540162feef62ed17ed49c313a287a3341 (patch)
tree6fbc90090d6422467f695af3d24db3cb3a1b31d1 /tools/perf/scripts/python/bin
parenta1ca23d10ed088484c9b69596bddf9da6c0a9ec0 (diff)
media: dvb_ca_en50221: Avoid assignments in ifs
Fixed all: ERROR: do not use assignment in if condition Fixed also "-strict" checks in this patch: - Changed "if (ret != 0)" to "if (ret)". - Camel case variables have been converted to kernel_case. - Comparison to NULL written as "!<var>". - No space is necessary after a cast. Signed-off-by: Jasmin Jessich <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions