> From: Tian, Kevin > Sent: Monday, August 29, 2022 8:31 AM > > > From: Jason Gunthorpe <jgg@xxxxxxxxxx> > > Sent: Thursday, August 18, 2022 12:07 AM > > > > 500 lines is a bit long for a single function, move the bodies of each > > ioctl into separate functions and leave behind a switch statement to > > dispatch them. This patch just adds the function declarations and does not > > fix the indenting. The next patch will restore the indenting. > > > > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > > Signed-off-by: Kevin Tian <kevin.tian@xxxxxxxxx> Ah, quick typo. Should be: Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>