Re: [PATCH 3/8] bootstd: Rename bootdev_setup_sibling_blk()

2023-07-31 Thread Simon Glass
Hi Mattijs, On Fri, 28 Jul 2023 at 02:00, Mattijs Korpershoek wrote: > > On jeu., juil. 27, 2023 at 20:37, Simon Glass wrote: > > > This name is a little confusing since it suggests that it sets up the > > sibling block device. In fact it sets up a bootdev for it. Rename the > > function to make

Re: [PATCH 3/8] bootstd: Rename bootdev_setup_sibling_blk()

2023-07-28 Thread Mattijs Korpershoek
On jeu., juil. 27, 2023 at 20:37, Simon Glass wrote: > This name is a little confusing since it suggests that it sets up the > sibling block device. In fact it sets up a bootdev for it. Rename the > function to make this clearer. > > Signed-off-by: Simon Glass > --- > > boot/bootdev-uclass.c

[PATCH 3/8] bootstd: Rename bootdev_setup_sibling_blk()

2023-07-27 Thread Simon Glass
This name is a little confusing since it suggests that it sets up the sibling block device. In fact it sets up a bootdev for it. Rename the function to make this clearer. Signed-off-by: Simon Glass --- boot/bootdev-uclass.c | 8 +--- common/usb_storage.c | 2 +- doc/devel