Commit 7c18fd786de3dabc43e0f412dd63080c14fe6e1b

Authored by Raymond L. Rivera
Committed by Jiri Kosina
1 parent 5de0642fa7

CodingStyle: fix a minor typo

There was a minor typo in the CodingStyle document where the word 'section'
had been spelled as 'secton'.

Signed-off-by: Raymond L. Rivera <ray.l.rivera@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/CodingStyle
... ... @@ -675,7 +675,7 @@
675 675 Many subsystems have Kconfig debug options to turn on -DDEBUG in the
676 676 corresponding Makefile; in other cases specific files #define DEBUG. And
677 677 when a debug message should be unconditionally printed, such as if it is
678   -already inside a debug-related #ifdef secton, printk(KERN_DEBUG ...) can be
  678 +already inside a debug-related #ifdef section, printk(KERN_DEBUG ...) can be
679 679 used.
680 680  
681 681