Patch 1/2 is under the heading:Edit CamelCase function names to make code more readable; as the heading earlier was too long so I made it concise > - sw_panel_power_sequence > - ((output & PNL_SEQ_MASK) >> PNL_SEQ_OFFSET, 4); > + sw_panel_power_sequence((output & PNL_SEQ_MASK) >> > PNL_SEQ_OFFSET, > + 4); > > I corrected its camelcase in earlier patch,if the patchset should have similar title, I will combine both and resend it. thanks, Vatsala