aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-29 17:07:05 -0700
committerTom Rini <trini@konsulko.com>2020-12-02 16:21:58 -0500
commitd211e0418fed8adf4ffa7c31f067e367fb26a081 (patch)
tree9fcb5d76e0a8be8a42b8d052aeefb0b8f1bac6e3 /include/asm-generic
parentd61e784136f16e9142ccc56b34f706b6e5002c5e (diff)
downloadu-boot-d211e0418fed8adf4ffa7c31f067e367fb26a081.zip
u-boot-d211e0418fed8adf4ffa7c31f067e367fb26a081.tar.gz
u-boot-d211e0418fed8adf4ffa7c31f067e367fb26a081.tar.bz2
global_data: Fix comment for dm_driver_rt
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>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index 87d827d..887b5c2 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -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