On 2/25/2025 12:55 AM, Tomeu Vizoso wrote:
+/** + * rocket_gem_create_object - Implementation of driver->gem_create_object. + * @dev: DRM device + * @size: Size in bytes of the memory the object will reference + * + * This lets the GEM helpers allocate object structs for us, and keep + * our BO stats correct. + */
I would expect that this would throw a warning when making the kernel documentation since you are not describing the return value.