From: YangHui <yanghui.def@xxxxxxxxx> fixing it will make the code more readable Signed-off-by: YangHui <yanghui.def@xxxxxxxxx> --- include/linux/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mm.h b/include/linux/mm.h index 5a32342..d671a3d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -482,7 +482,7 @@ static inline bool fault_flag_allow_retry_first(unsigned int flags) { FAULT_FLAG_INTERRUPTIBLE, "INTERRUPTIBLE" } /* - * vm_fault is filled by the the pagefault handler and passed to the vma's + * vm_fault is filled by the pagefault handler and passed to the vma's * ->fault function. The vma's ->fault is responsible for returning a bitmask * of VM_FAULT_xxx flags that give details about how the fault was handled. * -- 2.7.4