Skip to content

Commit e0078e2

Browse files
rddunlapPeter Zijlstra
authored andcommitted
linux/sched/mm.h: drop duplicated words in comments
Drop doubled words "to" and "that". Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 5893435 commit e0078e2

File tree

1 file changed

+3
-3
lines changed
  • include/linux/sched

1 file changed

+3
-3
lines changed

include/linux/sched/mm.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern struct mm_struct *mm_alloc(void);
2323
* will still exist later on and mmget_not_zero() has to be used before
2424
* accessing it.
2525
*
26-
* This is a preferred way to to pin @mm for a longer/unbounded amount
26+
* This is a preferred way to pin @mm for a longer/unbounded amount
2727
* of time.
2828
*
2929
* Use mmdrop() to release the reference acquired by mmgrab().
@@ -232,7 +232,7 @@ static inline unsigned int memalloc_noio_save(void)
232232
* @flags: Flags to restore.
233233
*
234234
* Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
235-
* Always make sure that that the given flags is the return value from the
235+
* Always make sure that the given flags is the return value from the
236236
* pairing memalloc_noio_save call.
237237
*/
238238
static inline void memalloc_noio_restore(unsigned int flags)
@@ -263,7 +263,7 @@ static inline unsigned int memalloc_nofs_save(void)
263263
* @flags: Flags to restore.
264264
*
265265
* Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
266-
* Always make sure that that the given flags is the return value from the
266+
* Always make sure that the given flags is the return value from the
267267
* pairing memalloc_nofs_save call.
268268
*/
269269
static inline void memalloc_nofs_restore(unsigned int flags)

0 commit comments

Comments
 (0)