mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 17:30:35 +01:00
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>
This commit is contained in:
parent
c873111565
commit
5a2b77f47d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue