diff options
| author | Raymond L. Rivera <ray.l.rivera@gmail.com> | 2014-07-24 05:39:44 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2014-08-26 03:35:54 -0400 |
| commit | 7c18fd786de3dabc43e0f412dd63080c14fe6e1b (patch) | |
| tree | c240ee0ed7891927a3059aed42dc24dc99a3d6f9 /Documentation/CodingStyle | |
| parent | 5de0642fa70e38783193e37a553479d1ba160115 (diff) | |
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>
Diffstat (limited to 'Documentation/CodingStyle')
| -rw-r--r-- | Documentation/CodingStyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index 6b6bef31e956..3171822c22a5 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle | |||
| @@ -675,7 +675,7 @@ the ones already enabled by DEBUG. | |||
| 675 | Many subsystems have Kconfig debug options to turn on -DDEBUG in the | 675 | Many subsystems have Kconfig debug options to turn on -DDEBUG in the |
| 676 | corresponding Makefile; in other cases specific files #define DEBUG. And | 676 | corresponding Makefile; in other cases specific files #define DEBUG. And |
| 677 | when a debug message should be unconditionally printed, such as if it is | 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 | used. | 679 | used. |
| 680 | 680 | ||
| 681 | 681 | ||
