File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extern struct mm_struct *mm_alloc(void);
23
23
* will still exist later on and mmget_not_zero() has to be used before
24
24
* accessing it.
25
25
*
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
27
27
* of time.
28
28
*
29
29
* Use mmdrop() to release the reference acquired by mmgrab().
@@ -232,7 +232,7 @@ static inline unsigned int memalloc_noio_save(void)
232
232
* @flags: Flags to restore.
233
233
*
234
234
* 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
236
236
* pairing memalloc_noio_save call.
237
237
*/
238
238
static inline void memalloc_noio_restore (unsigned int flags )
@@ -263,7 +263,7 @@ static inline unsigned int memalloc_nofs_save(void)
263
263
* @flags: Flags to restore.
264
264
*
265
265
* 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
267
267
* pairing memalloc_nofs_save call.
268
268
*/
269
269
static inline void memalloc_nofs_restore (unsigned int flags )
You can’t perform that action at this time.
0 commit comments