This patchset aims to remove the TODO item "Fix checkpatch errors." Some cleanups to the rkisp1-params.c code are also sent. The following false positiv issues are still generated: * "line length of * exceeds 100 columns" for the topology diagram in rkisp1-dev.c * "DT compatible string "rockchip,rk3399-cif-isp" appears un-documented" - this will be solved once the driver will be destaged and the file rockchip-isp1.yaml will move to the global documentation * "Prefer using the BIT macro" - in the uapi header 'rkisp1-config.h The BIT() macro is not available to userspace Dafna Hirschfeld (4): media: staging: rkisp1: fix coding style issues media: staging: rkisp1: params: remove unnecessary "!!" media: staging: rkisp1: params: remove unnecessary parentheses media: staging: rkisp1: params: remove extra 'if' conditions drivers/staging/media/rkisp1/TODO | 1 - drivers/staging/media/rkisp1/rkisp1-dev.c | 4 +- drivers/staging/media/rkisp1/rkisp1-isp.c | 1 - drivers/staging/media/rkisp1/rkisp1-params.c | 420 ++++++++---------- drivers/staging/media/rkisp1/rkisp1-resizer.c | 4 +- 5 files changed, 179 insertions(+), 251 deletions(-) -- 2.17.1