> From: Ferruh Yigit <[email protected]> > Sent: Friday, September 15, 2023 9:41 PM > To: Chaoyong He <[email protected]>; [email protected] > Cc: oss-drivers <[email protected]>; Niklas Soderlund > <[email protected]> > 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.

