]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kasan-various-fixes-in-documentation-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 21 Oct 2015 22:03:22 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:22 +0000 (09:03 +1100)
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 <andreyknvl@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/kasan.txt

index d2f4c8f2f2d2a7c6c21523714da781901bfe5dc8..94c8815793744dd0f69ef3c7a59b4969e8ab549d 100644 (file)
@@ -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.