Skip to content

Commit 758ebeb

Browse files
akpm00sfrothwell
authored andcommitted
mm-use-watermak-checks-for-__gfp_repeat-high-order-allocations-checkpatch-fixes
ERROR: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")' #9: The first condition was added by a41f24e ("page allocator: smarter WARNING: line over 80 characters #47: FILE: mm/page_alloc.c:3005: + * the last reclaim round) and no_progress_loops (number of reclaim rounds without total: 1 errors, 1 warnings, 68 lines checked ./patches/mm-use-watermak-checks-for-__gfp_repeat-high-order-allocations.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Michal Hocko <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent d23b834 commit 758ebeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mm/page_alloc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3146,9 +3146,9 @@ static inline bool is_thp_gfp_mask(gfp_t gfp_mask)
31463146
* Checks whether it makes sense to retry the reclaim to make a forward progress
31473147
* for the given allocation request.
31483148
* The reclaim feedback represented by did_some_progress (any progress during
3149-
* the last reclaim round) and no_progress_loops (number of reclaim rounds without
3150-
* any progress in a row) is considered as well as the reclaimable pages on the
3151-
* applicable zone list (with a backoff mechanism which is a function of
3149+
* the last reclaim round) and no_progress_loops (number of reclaim rounds
3150+
* without any progress in a row) is considered as well as the reclaimable pages
3151+
* on the applicable zone list (with a backoff mechanism which is a function of
31523152
* no_progress_loops).
31533153
*
31543154
* Returns true if a retry is viable or false to enter the oom path.

0 commit comments

Comments
 (0)