File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ struct drm_asahi_gem_create {
148148 /** @handle: Returned GEM handle for the BO */
149149 __u32 handle ;
150150
151- // TODO: remove guards on next rev bump
151+ /* TODO: remove guards on next rev bump */
152152#if DRM_ASAHI_UNSTABLE_UABI_VERSION > 10011
153153 __u32 pad ;
154154#endif
@@ -235,7 +235,7 @@ struct drm_asahi_queue_create {
235235 /** @queue_id: The returned queue ID */
236236 __u32 queue_id ;
237237
238- // TODO: remove guards on next rev bump
238+ /* TODO: remove guards on next rev bump */
239239#if DRM_ASAHI_UNSTABLE_UABI_VERSION > 10011
240240 __u32 pad ;
241241#endif
@@ -248,7 +248,7 @@ struct drm_asahi_queue_destroy {
248248 /** @queue_id: The queue ID to be destroyed */
249249 __u32 queue_id ;
250250
251- // TODO: remove guards on next rev bump
251+ /* TODO: remove guards on next rev bump */
252252#if DRM_ASAHI_UNSTABLE_UABI_VERSION > 10011
253253 __u32 pad ;
254254#endif
You can’t perform that action at this time.
0 commit comments