Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c18fd78 authored by Raymond L. Rivera's avatar Raymond L. Rivera Committed by Jiri Kosina
Browse files

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: default avatarRaymond L. Rivera <ray.l.rivera@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 5de0642f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ the ones already enabled by DEBUG.
Many subsystems have Kconfig debug options to turn on -DDEBUG in the
corresponding Makefile; in other cases specific files #define DEBUG.  And
when a debug message should be unconditionally printed, such as if it is
already inside a debug-related #ifdef secton, printk(KERN_DEBUG ...) can be
already inside a debug-related #ifdef section, printk(KERN_DEBUG ...) can be
used.