[PATCH 1/1] boot: type boormethod

%s/boormethod/bootmethod/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- boot/bootstd-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/bootstd-uclass.c b/boot/bootstd-uclass.c index 5de8efce19a..fdb8d69e320 100644 --- a/boot/bootstd-uclass.c +++ b/boot/bootstd-uclass.c @@ -122,7 +122,7 @@ static int bootstd_probe(struct udevice *dev) return 0; }
-/* For now, bind the boormethod device if none are found in the devicetree */ +/* For now, bind the bootmethod device if none are found in the devicetree */ int dm_scan_other(bool pre_reloc_only) { struct driver *drv = ll_entry_start(struct driver, driver);

On Tue, 8 Oct 2024 at 21:52, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/boormethod/bootmethod/
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Reviewed-by: Peter Robinson pbrobinson@gmail.com
boot/bootstd-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/bootstd-uclass.c b/boot/bootstd-uclass.c index 5de8efce19a..fdb8d69e320 100644 --- a/boot/bootstd-uclass.c +++ b/boot/bootstd-uclass.c @@ -122,7 +122,7 @@ static int bootstd_probe(struct udevice *dev) return 0; }
-/* For now, bind the boormethod device if none are found in the devicetree */ +/* For now, bind the bootmethod device if none are found in the devicetree */ int dm_scan_other(bool pre_reloc_only) { struct driver *drv = ll_entry_start(struct driver, driver); -- 2.45.2

Hi Heinrich,
On 10/8/24 10:46 PM, Heinrich Schuchardt wrote:
%s/boormethod/bootmethod/
Typo-fixing commits need to have a typo in them, that's the rule. With a typo in the commit title, that's respected :)
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Reviewed-by: Quentin Schulz quentin.schulz@cherry.de
Thanks! Quentin

Hi Heinrich,
On Tue, 8 Oct 2024 at 14:46, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/boormethod/bootmethod/
Actually is should be bootmeth now. I am trying to use that consistently.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
boot/bootstd-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Regards, Simon

On 14.10.24 17:51, Simon Glass wrote:
Hi Heinrich,
On Tue, 8 Oct 2024 at 14:46, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
%s/boormethod/bootmethod/
Actually is should be bootmeth now. I am trying to use that consistently.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
boot/bootstd-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Regards, Simon
This patch is already merged.
Best regards
Heinrich
participants (4)
-
Heinrich Schuchardt
-
Peter Robinson
-
Quentin Schulz
-
Simon Glass