diff options
author | Tom Rini <trini@konsulko.com> | 2020-12-03 09:43:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-12-03 09:43:47 -0500 |
commit | ee1e04558ff8c8ed812b986939447f129bb0b0bb (patch) | |
tree | 3a8e867ec03a87263834725b5815c43465a81f88 /include/asm-generic/global_data.h | |
parent | ab31883ae7e54ded8396b13a9057f861bf916ea4 (diff) | |
parent | a6cd384b9c37596ca9035f26922dd65991ddcb85 (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.h | 2 |
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 |