1
0
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:
Loïc Minier
2011-02-03 22:04:26 +01:00
committed by Wolfgang Denk
parent f039ada5c1
commit 6052cbab40
8 changed files with 10 additions and 10 deletions

View File

@@ -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