Re: [PATCH V5 3/7] dw-hdmi: make checkpatch happy

2014-11-10 Thread Zubair Lutfullah Kakakhel
Hi Andy, In 3.18 rc4, I cannot find checkpatch errors in imx-hdmi.c Have these errors come during the previous 2 patches. If yes, then these changes need to be squashed into the previous patches. No patch should add a checkpatch error and then fix it in a later patch. Regards ZubairLK On

Re: [PATCH V5 3/7] dw-hdmi: make checkpatch happy

2014-11-10 Thread Andy Yan
Hi ZubairLK: On 2014年11月10日 17:22, Zubair Lutfullah Kakakhel wrote: Hi Andy, In 3.18 rc4, I cannot find checkpatch errors in imx-hdmi.c Have these errors come during the previous 2 patches. If yes, then these changes need to be squashed into the previous patches. No patch should add a

Re: [PATCH V5 3/7] dw-hdmi: make checkpatch happy

2014-11-10 Thread Andy Yan
Hi ZubairLK: On 2014年11月10日 17:22, Zubair Lutfullah Kakakhel wrote: Hi Andy, In 3.18 rc4, I cannot find checkpatch errors in imx-hdmi.c Have these errors come during the previous 2 patches. If yes, then these changes need to be squashed into the previous patches. No patch should add a

[PATCH V5 3/7] dw-hdmi: make checkpatch happy

2014-11-07 Thread Andy Yan
CHECK: Alignment should match open parenthesis + if ((hdmi-vic == 10) || (hdmi-vic == 11) || + (hdmi-vic == 12) || (hdmi-vic == 13) || CHECK: braces {} should be used on all arms of this statement + if (hdmi-hdmi_data.video_mode.mdvi) [...] + else { [...]