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/[email protected] Signed-off-by: Julia Lawall <[email protected]> Reviewed-by: Muchun Song <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 3377614 commit 3413b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)