[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180503.143559.2291308442783703694.davem@davemloft.net>
Date: Thu, 03 May 2018 14:35:59 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: Jose.Abreu@...opsys.com
Cc: netdev@...r.kernel.org, Joao.Pinto@...opsys.com,
Vitor.Soares@...opsys.com, peppe.cavallaro@...com,
alexandre.torgue@...com
Subject: Re: [PATCH net-next] net: stmmac: Add support for U32 TC filter
using Flexible RX Parser
From: Jose Abreu <Jose.Abreu@...opsys.com>
Date: Thu, 3 May 2018 13:45:30 +0100
> +static int dwmac5_rxp_update_single_entry(void __iomem *ioaddr,
> + struct stmmac_tc_entry *entry, int pos)
Please follow the Linux networking coding style for function arguments
in function declarations and definitions.
Each second and subsequent line of the declaration/definition shall start
precisely at the column after the openning parenthesis of the first line.
Use the appropriate number of TAB then SPACE characters necessary to
achieve this.
Otherwise, this patch looks great.
Thanks.
Powered by blists - more mailing lists