]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ahci: Fix 'Invaild' typo
authorTaylor Hutt <thutt@chromium.org>
Mon, 29 Oct 2012 05:23:56 +0000 (05:23 +0000)
committerTom Rini <trini@ti.com>
Fri, 2 Nov 2012 22:20:42 +0000 (15:20 -0700)
This fixes a spelling error in a message which can be output to the
console.

Signed-off-by: Taylor Hutt <thutt@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/ahci.c

index 10fae88ecb38b2f0906895e4ec9218d14e9e98ed..20c5336263536ae20ce611126841ec06f8e301dd 100644 (file)
@@ -478,7 +478,7 @@ static int ahci_device_data_io(u8 port, u8 *fis, int fis_len, u8 *buf,
        debug("Enter %s: for port %d\n", __func__, port);
 
        if (port > probe_ent->n_ports) {
-               printf("Invaild port number %d\n", port);
+               printf("Invalid port number %d\n", port);
                return -1;
        }