Home
last modified time | relevance | path

Searched hist:"46 f46fd48e08ccd0f0cf2e9f38b5f32ad530a33f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_1pass.c46f46fd48e08ccd0f0cf2e9f38b5f32ad530a33f Tue Jun 10 22:40:25 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> jffs2:jffs2_1pass.c: remove double braces

Clang interpretes an if condition like  "if ((a = b) == NULL)
as it tries to assign a value in a statement. Hence if you do
"if ((something)) it warns you that you might be confused.
Hence drop the double braces for plane if statements.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>