|
@@ -414,7 +414,7 @@ int qedr_mmap(struct ib_ucontext *context, struct vm_area_struct *vma)
|
|
|
|
|
|
if ((vma->vm_start & (PAGE_SIZE - 1)) || (len & (PAGE_SIZE - 1))) {
|
|
|
DP_ERR(dev,
|
|
|
- "failed mmap, adrresses must be page aligned: start=0x%pK, end=0x%pK\n",
|
|
|
+ "failed mmap, addresses must be page aligned: start=0x%pK, end=0x%pK\n",
|
|
|
(void *)vma->vm_start, (void *)vma->vm_end);
|
|
|
return -EINVAL;
|
|
|
}
|