mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Fix misc spelling errors found by lintian
Signed-off-by: Loc Minier <loic.minier@linaro.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
f039ada5c1
commit
6052cbab40
@@ -254,7 +254,7 @@ int usb_stor_scan(int mode)
|
||||
dev = usb_get_dev_index(i); /* get device */
|
||||
USB_STOR_PRINTF("i=%d\n", i);
|
||||
if (dev == NULL)
|
||||
break; /* no more devices avaiable */
|
||||
break; /* no more devices available */
|
||||
|
||||
if (usb_storage_probe(dev, 0, &usb_stor[usb_max_devs])) {
|
||||
/* OK, it's a storage device. Iterate over its LUNs
|
||||
|
Reference in New Issue
Block a user