Skip to content

Commit a166f46

Browse files
akpm00hnaz
authored andcommitted
mm-vmscan-do-not-throttle-based-on-pfmemalloc-reserves-if-node-has-no-zone_normal-checkpatch-fixes
ERROR: code indent should use tabs where possible torvalds#66: FILE: mm/vmscan.c:2585: + for_each_zone_zonelist_nodemask(zone, z, zonelist,$ WARNING: please, no spaces at the start of a line torvalds#66: FILE: mm/vmscan.c:2585: + for_each_zone_zonelist_nodemask(zone, z, zonelist,$ ERROR: code indent should use tabs where possible torvalds#67: FILE: mm/vmscan.c:2586: + gfp_mask, nodemask) {$ WARNING: please, no spaces at the start of a line torvalds#67: FILE: mm/vmscan.c:2586: + gfp_mask, nodemask) {$ total: 2 errors, 2 warnings, 56 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-vmscan-do-not-throttle-based-on-pfmemalloc-reserves-if-node-has-no-zone_normal.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Mel Gorman <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 6fefdfd commit a166f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mm/vmscan.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -2600,8 +2600,8 @@ static bool throttle_direct_reclaim(gfp_t gfp_mask, struct zonelist *zonelist,
26002600
* Check if the pfmemalloc reserves are ok by finding the first node
26012601
* with a usable ZONE_NORMAL or lower zone
26022602
*/
2603-
for_each_zone_zonelist_nodemask(zone, z, zonelist,
2604-
gfp_mask, nodemask) {
2603+
for_each_zone_zonelist_nodemask(zone, z, zonelist,
2604+
gfp_mask, nodemask) {
26052605
if (zone_idx(zone) > ZONE_NORMAL)
26062606
continue;
26072607

0 commit comments

Comments
 (0)