mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
When generating Doxygen XML, if an inner structure is anonymous, the generated XML will remove the inner structure and merge its members with the parent structure. This is not ideal for tooling, so this patch adds a name to a few anonymous structures. JIRA NVGPU-3510 Change-Id: I42556a6b2a2f9a156d9a74fa894197c845656adc Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2274706 Reviewed-by: Thomas Fleury <tfleury@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>