global_data: Fix comment for dm_driver_rt
authorSimon Glass <sjg@chromium.org>
Mon, 30 Nov 2020 00:07:05 +0000 (17:07 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Dec 2020 21:21:58 +0000 (16:21 -0500)
This comment is in the wrong format, so reports an error with
'make htmldocs'. Fix it.

Fixes: a294ead8d25 ("dm: Use an allocated array for run-time device info")
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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