commit | d211e0418fed8adf4ffa7c31f067e367fb26a081 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 29 17:07:05 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 02 16:21:58 2020 -0500 |
tree | 9fcb5d76e0a8be8a42b8d052aeefb0b8f1bac6e3 | |
parent | d61e784136f16e9142ccc56b34f706b6e5002c5e [diff] |
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>