On Tue, Apr 19, 2022 at 08:15:57AM +0000, Nava kishore Manne wrote: > Hi Joe, > > Please find my response inline. > > > -----Original Message----- > > From: Joe Perches <joe@xxxxxxxxxxx> > > Sent: Monday, April 18, 2022 6:04 PM > > To: Nava kishore Manne <navam@xxxxxxxxxx>; mdf@xxxxxxxxxx; > > hao.wu@xxxxxxxxx; yilun.xu@xxxxxxxxx; trix@xxxxxxxxxx; Michal Simek > > <michals@xxxxxxxxxx>; linux-fpga@xxxxxxxxxxxxxxx; linux- > > kernel@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; git > > <git@xxxxxxxxxx> > > Subject: Re: [PATCH v4 2/5] fpga: fix for coding style issues > > > > On Mon, 2022-04-18 at 09:54 +0000, Nava kishore Manne wrote: > > > Hi Joe, > > > > > > Please find my response inline. > > > > > > > -----Original Message----- > > > > From: Joe Perches <joe@xxxxxxxxxxx> > > > > Sent: Saturday, April 16, 2022 10:29 PM > > > > > > On Sat, 2022-04-16 at 19:07 +0530, Nava kishore Manne wrote: > > > > > fixes the below checks reported by checkpatch.pl Lines should not > > > > > end with a '(' > > > > > Alignment should match open parenthesis > > > > > > > > in fpga-mgr: > > > > Another possibillty would be to change the function arguments > > > > > > This API is there for a long back. Not sure changing the function arguments is fine or Not. > @yilun: Is it ok to change the function arguments? Joe's example code below doesn't actually change any function definition. It just tries to store the value of 'min(mgr->mops->initial_header_size, count)' in 'count', thus to reduce the length of the 'fpga_mgr_write_init(...)' expression. So I think it is OK. Thanks, Yilun > > > > > and > > > > > > > > in fpga-region: > > > > Ideally keep the include declaration and definition styles synced > > > > > Will fix it in next version. > > Regards, > Navakishore.