From: Emil Velikov emil.velikov@collabora.com
Since day 1, lesser_ids have been u32.
Every instance in the UAPI (minus the one corrected) and the implementation agree on the topic.
Fixes: 62884cd386b8 ("drm: Add four ioctls for managing drm mode objectleases [v7]") Cc: Keith Packard keithp@keithp.com Signed-off-by: Emil Velikov emil.velikov@collabora.com --- include/uapi/drm/drm_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mode.h index 50bcf4214ff9..65c5b02738c8 100644 --- a/include/uapi/drm/drm_mode.h +++ b/include/uapi/drm/drm_mode.h @@ -839,7 +839,7 @@ struct drm_mode_list_lessees { __u32 pad;
/** Pointer to lessees. - * pointer to __u64 array of lessee ids + * pointer to __u32 array of lessee ids */ __u64 lessees_ptr; };