From a3559c20382301cc98caaacf027965ef2dd951ab Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 16 Oct 2015 09:35:21 +1100 Subject: [PATCH] kasan-various-fixes-in-documentation-checkpatch-fixes WARNING: 'happend' may be misspelled - perhaps 'happened'? #79: FILE: Documentation/kasan.txt:121: +The header of the report discribe what kind of bug happend and what kind of total: 0 errors, 1 warnings, 82 lines checked ./patches/kasan-various-fixes-in-documentation.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: Andrey Konovalov Signed-off-by: Andrew Morton --- Documentation/kasan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt index d2f4c8f2f2d2a7..94c8815793744d 100644 --- a/Documentation/kasan.txt +++ b/Documentation/kasan.txt @@ -118,7 +118,7 @@ Memory state around the buggy address: ffff8800693bc800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ================================================================== -The header of the report discribe what kind of bug happend and what kind of +The header of the report discribe what kind of bug happened and what kind of access caused it. It's followed by the description of the accessed slub object (see 'SLUB Debug output' section in Documentation/vm/slub.txt for details) and the description of the accessed memory page.