On Wed, 20 Dec 2023 16:24:17 +0000 Liviu Dudau <Liviu.Dudau@xxxxxxx> wrote: > > +/** > > + * panthor_get_uobj_array() - Copy a user object array into a kernel accessible object array. > > + * @in: The object array to copy. > > + * @min_stride: Minimum array stride. > > + * @obj_size: Kernel object size. > > + * > > + * Helper automating user -> kernel object copies. > > + * > > + * Don't use this function directly, use PANTHOR_UOBJ_ARRAY_GET() instead. > > Looks like the macro is called PANTHOR_UOBJ_GET_ARRAY(). Will fix. Thanks! Boris