On Mon, Jul 10, 2023 at 07:59:23PM -0700, Yi Liu wrote: > This adds a local variable to store the user pointer cast result from arg. > It avoids the repeated casts in the code when more ioctls are added. > > Signed-off-by: Yi Liu <yi.l.liu@xxxxxxxxx> > --- > drivers/vfio/vfio_main.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason