On Tue, Apr 17, 2012 at 08:30:58PM +0530, Ashish Chavan wrote: > + if ((fref == da7210_pll_div[cnt].fref) && > + (da7210->master == da7210_pll_div[cnt].mode) && > + (fout == da7210_pll_div[cnt].fout)) { Since this is just a coding style thing how about lining up the (s for the branches?