From: Iyappan Subramanian <isubraman...@apm.com> Date: Fri, 12 Feb 2016 17:37:02 -0800
> +static void xgene_cle_dn_to_hw(struct xgene_cle_ptree_ewdn *dn, > + u32 *buf, u32 jb) > +{ > + u32 i, j = 0; > + u32 npp; > + struct xgene_cle_ptree_branch *br; Please order local variables from longest to shortest line (reverse christmas tree format). Please address this for your entire submission. Thank you.