Skip to content

Commit b599b31

Browse files
JuliaLawalljgunthorpe
authored andcommitted
IB/core: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 83567ce commit b599b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/core/umem_odp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ int ib_umem_odp_map_dma_and_lock(struct ib_umem_odp *umem_odp, u64 user_virt,
455455
break;
456456
}
457457
}
458-
/* upon sucesss lock should stay on hold for the callee */
458+
/* upon success lock should stay on hold for the callee */
459459
if (!ret)
460460
ret = dma_index - start_idx;
461461
else

0 commit comments

Comments
 (0)