[PATCH v2] staging: rtlwifi: remove condition where it has no effect

2018-03-02 Thread Santha Meena Ramamoorthy
Remove condition where if and else branch are identical. Issue found using cond_no_effect.cocci Coccinelle script. Signed-off-by: Santha Meena Ramamoorthy --- Changes in v2: - Change commit message - Add new recipients drivers/staging/rtlwifi/btcoexist/halbtc8822b2ant.c | 8 ++-- 1 file

[PATCH] Staging: media: atomisp: i2c: atomisp-ov2680: fixed a coding style

2018-02-06 Thread Santha Meena Ramamoorthy
Fixed the following checkpatch warning WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Santha Meena Ramamoorthy --- drivers/staging/media/atomisp/i2c/atomisp-ov2680.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging