summaryrefslogtreecommitdiff
path: root/include/asm-generic/global_data.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-12-03 09:43:47 -0500
committerTom Rini <trini@konsulko.com>2020-12-03 09:43:47 -0500
commitee1e04558ff8c8ed812b986939447f129bb0b0bb (patch)
tree3a8e867ec03a87263834725b5815c43465a81f88 /include/asm-generic/global_data.h
parentab31883ae7e54ded8396b13a9057f861bf916ea4 (diff)
parenta6cd384b9c37596ca9035f26922dd65991ddcb85 (diff)
Merge branch '2020-12-02-master-imports'
- Assorted minor fixes
Diffstat (limited to 'include/asm-generic/global_data.h')
-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 87d827d0f43..887b5c268de 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