On Mon, 18 Sep 2023 01:25:28 +0000 Chaoyong He <chaoyong...@corigine.com> wrote:
> > From: Ferruh Yigit <ferruh.yi...@amd.com> > > Sent: Friday, September 15, 2023 9:41 PM > > To: Chaoyong He <chaoyong...@corigine.com>; dev@dpdk.org > > Cc: oss-drivers <oss-driv...@corigine.com>; Niklas Soderlund > > <niklas.soderl...@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.