From 9e7529adf24f020ae8693547021798942b6109d3 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 25 Feb 2016 12:59:28 +1100 Subject: [PATCH] mm-page_poisoningc-allow-for-zero-poisoning-checkpatch-fixes WARNING: 'occuring' may be misspelled - perhaps 'occurring'? #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 Signed-off-by: Andrew Morton --- mm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug index 20973e865fb46c..ee57dea429b92d 100644 --- a/mm/Kconfig.debug +++ b/mm/Kconfig.debug @@ -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.