summaryrefslogtreecommitdiffstats
path: root/drivers/block/ahci.c
diff options
context:
space:
mode:
authorTaylor Hutt <thutt@chromium.org>2012-10-29 05:23:56 +0000
committerTom Rini <trini@ti.com>2012-11-02 15:20:42 -0700
commit5a2b77f47daa5c87ef45a1c71c72cbc16ede77f8 (patch)
treedc9479a2b7049b4f601b39f80c63a376cd15b102 /drivers/block/ahci.c
parentc8731115656132b4b449f4e32a867ec48e47c84b (diff)
downloadtalos-obmc-uboot-5a2b77f47daa5c87ef45a1c71c72cbc16ede77f8.tar.gz
talos-obmc-uboot-5a2b77f47daa5c87ef45a1c71c72cbc16ede77f8.zip
ahci: Fix 'Invaild' typo
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>
Diffstat (limited to 'drivers/block/ahci.c')
-rw-r--r--drivers/block/ahci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c
index 10fae88ecb..20c5336263 100644
--- a/drivers/block/ahci.c
+++ b/drivers/block/ahci.c
@@ -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;
}
OpenPOWER on IntegriCloud