Skip to content

Commit

Permalink
mm-page_poisoningc-allow-for-zero-poisoning-checkpatch-fixes
Browse files Browse the repository at this point in the history
WARNING: 'occuring' may be misspelled - perhaps 'occurring'?
torvalds#57: FILE: mm/Kconfig.debug:74:
+	   zeros. This makes it harder to detect when errors are occuring

total: 0 errors, 1 warnings, 47 lines checked

./patches/mm-page_poisoningc-allow-for-zero-poisoning.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: Laura Abbott <labbott@fedoraproject.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
akpm00 authored and sfrothwell committed Feb 28, 2016
1 parent 215efe7 commit 9e7529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ config PAGE_POISONING_ZERO
depends on PAGE_POISONING
---help---
Instead of using the existing poison value, fill the pages with
zeros. This makes it harder to detect when errors are occuring
zeros. This makes it harder to detect when errors are occurring
due to sanitization but the zeroing at free means that it is
no longer necessary to write zeros when GFP_ZERO is used on
allocation.
Expand Down

0 comments on commit 9e7529a

Please sign in to comment.