[PATCH net-next v2 1/4] drivers: net: xgene: Add support for Classifier engine

David Miller davem at davemloft.net
Wed Feb 17 09:05:17 PST 2016


From: Iyappan Subramanian <isubramanian at 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.



More information about the linux-arm-kernel mailing list