OSDN Git Service

kasan-various-fixes-in-documentation-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 22 Sep 2015 23:04:14 +0000 (09:04 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 22 Sep 2015 23:04:14 +0000 (09:04 +1000)
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 d2f4c8f..94c8815 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.