Skip to content

Commit 3413b2c

Browse files
JuliaLawallakpm00
authored andcommitted
ksm: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220521111145.81697-94-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 3377614 commit 3413b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mm/ksm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ static struct page *stable_tree_search(struct page *page)
15901590
* the rbtree instead as a regular stable_node (in
15911591
* order to collapse the stable_node chain if a single
15921592
* stable_node dup was found in it). In such case the
1593-
* stable_node is overwritten by the calleee to point
1593+
* stable_node is overwritten by the callee to point
15941594
* to the stable_node_dup that was collapsed in the
15951595
* stable rbtree and stable_node will be equal to
15961596
* stable_node_dup like if the chain never existed.

0 commit comments

Comments
 (0)