Commit 31991c8c authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

staging/atomisp: fix spelling mistake: "falied" -> "failed"

trivial fix to spelling mistake in dev_err error message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7469cd3c
......@@ -59,7 +59,7 @@ int hmm_bo_device_init(struct hmm_bo_device *bdev,
ret = hmm_vm_init(&bdev->vaddr_space, vaddr_start, size);
if (ret) {
dev_err(atomisp_dev, "hmm_vm_init falied. vaddr_start = 0x%x, size = %d\n",
dev_err(atomisp_dev, "hmm_vm_init failed. vaddr_start = 0x%x, size = %d\n",
vaddr_start, size);
goto vm_init_err;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment