diff options
| author | Nataniel Farzan <natanielfarzan@gmail.com> | 2024-11-05 06:22:32 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2024-11-12 04:17:04 +0300 |
| commit | a7306f3c283bfe03611229bb6280987aae2af8f9 (patch) | |
| tree | 1583be89803f8b67a9fea6af6b7336ca10ada3f2 /arch/alpha/include | |
| parent | adc77b19f62d7e80f98400b2fca9d700d2afdd6f (diff) | |
| download | linux-a7306f3c283bfe03611229bb6280987aae2af8f9.tar.xz | |
Improve consistency of '#error' directive messages
Remove the use of contractions and use proper punctuation in #error
directive messages that discourage the direct inclusion of header files.
Link: https://lkml.kernel.org/r/20241105032231.28833-1-natanielfarzan@gmail.com
Signed-off-by: Nataniel Farzan <natanielfarzan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/alpha/include')
| -rw-r--r-- | arch/alpha/include/asm/spinlock_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/spinlock_types.h b/arch/alpha/include/asm/spinlock_types.h index 2526fd3be5fd..05a444d77c53 100644 --- a/arch/alpha/include/asm/spinlock_types.h +++ b/arch/alpha/include/asm/spinlock_types.h @@ -3,7 +3,7 @@ #define _ALPHA_SPINLOCK_TYPES_H #ifndef __LINUX_SPINLOCK_TYPES_RAW_H -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif typedef struct { |
