On Thu, Mar 23, 2023 at 05:54:23PM +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. > > Signed-off-by: Khadija Kamran <kamrankhadijadj@xxxxxxxxx> > --- > drivers/staging/most/video/video.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Why is this a RESEND?