On Wed, Mar 22, 2023 at 08:01:52PM +0500, Khadija Kamran wrote: > Splitting function header to multiple lines because of 80 characters per > line limit, results in ending the function call line with '('. > This leads to CHECK reported by checkpatch.pl > > Move the function parameters right after the '(' in the function call > line. Align the rest of the parameters to the opening parenthesis. > > Signed-off-by: Khadija Kamran <kamrankhadijadj@xxxxxxxxx> > --- > > Changes in v2: > - Changed the description > No one replied to the v1 of this patch so it's not clear which of the patches should be ignored. Also you have a couple patches with the same subject and that's against the rules. regards, dan carpenter