]> Git Repo - linux.git/commitdiff
mm/memory.c: delete duplicated words
authorRandy Dunlap <[email protected]>
Wed, 12 Aug 2020 01:33:05 +0000 (18:33 -0700)
committerLinus Torvalds <[email protected]>
Wed, 12 Aug 2020 17:57:58 +0000 (10:57 -0700)
Drop the repeated word "to" in two places.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Reviewed-by: Zi Yan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory.c

index de311fc7639e8e28e6209b1341eb082556ed039b..325bb575e7ec3e531c56a1a6c1d61052d825265a 100644 (file)
@@ -1800,7 +1800,7 @@ out_unlock:
  * @pfn: source kernel pfn
  * @pgprot: pgprot flags for the inserted page
  *
- * This is exactly like vmf_insert_pfn(), except that it allows drivers to
+ * This is exactly like vmf_insert_pfn(), except that it allows drivers
  * to override pgprot on a per-page basis.
  *
  * This only makes sense for IO mappings, and it makes no sense for
@@ -1936,7 +1936,7 @@ static vm_fault_t __vm_insert_mixed(struct vm_area_struct *vma,
  * @pfn: source kernel pfn
  * @pgprot: pgprot flags for the inserted page
  *
- * This is exactly like vmf_insert_mixed(), except that it allows drivers to
+ * This is exactly like vmf_insert_mixed(), except that it allows drivers
  * to override pgprot on a per-page basis.
  *
  * Typically this function should be used by drivers to set caching- and
This page took 0.058695 seconds and 4 git commands to generate.