[PATCH v3 02/27] net/nfp: unify the indent coding style
Stephen Hemminger
stephen at networkplumber.org
Mon Sep 18 04:22:54 CEST 2023
On Mon, 18 Sep 2023 01:25:28 +0000
Chaoyong He <chaoyong.he at corigine.com> wrote:
> > From: Ferruh Yigit <ferruh.yigit at amd.com>
> > Sent: Friday, September 15, 2023 9:41 PM
> > To: Chaoyong He <chaoyong.he at corigine.com>; dev at dpdk.org
> > Cc: oss-drivers <oss-drivers at corigine.com>; Niklas Soderlund
> > <niklas.soderlund at corigine.com>
> > Subject: Re: [PATCH v3 02/27] net/nfp: unify the indent coding style
> >
> > On 9/15/2023 10:15 AM, Chaoyong He wrote:
> > > Each parameter of function should occupy one line, and indent two TAB
> > > character.
> > >
> >
> > No objection to it, but "Each parameter of function should occupy one line" is
> > NOT coming from DPDK coding convention, right?
> > If this is for driver code consistancey, that is OK.
>
> Yes, it's our own coding style, a little stricter than the DPDK coding convention.
I wish DPDK had a uniform style and use one of the styles describable
by the clang-format settings.
More information about the dev
mailing list