Re: [PATCH v2 17/45] disk: Rename block_dev to desc

2022-10-13 Thread Heinrich Schuchardt
On 10/13/22 14:28, Simon Glass wrote: 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 Acked-by: Heinrich S

[PATCH v2 17/45] disk: Rename block_dev to desc

2022-10-13 Thread Simon Glass
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 --- Changes in v2: - Add new patch to rename block_dev to des