commit | b55afa0c0e6dcb185ee527a6c37941bfde04ffd1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:53 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | 7abc730f6626a791380a400046962eab7c326ddc | |
parent | 76c839fcb417feb6532959a13eaaceb0f2b2b861 [diff] |
disk: Rename block_dev to desc The use of 'block_dev' in this context is confusing, since it is not a pointer to a device, just to some information about it. Rename this to 'desc', as is more commonly used, since it is a block descriptor. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heinrich Schuchardt <xypron.glplk@gmx.de>