global_data: Fix comment for dm_driver_rt
[platform/kernel/u-boot.git] / include / asm-generic / global_data.h
index 87d827d..887b5c2 100644 (file)
@@ -196,7 +196,7 @@ struct global_data {
         */
        struct list_head uclass_root;
 # if CONFIG_IS_ENABLED(OF_PLATDATA)
-        /** Dynamic info about the driver */
+       /** @dm_driver_rt: Dynamic info about the driver */
        struct driver_rt *dm_driver_rt;
 # endif
 #endif