summaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorNataniel Farzan <natanielfarzan@gmail.com>2024-11-04 19:22:32 -0800
committerAndrew Morton <akpm@linux-foundation.org>2024-11-11 17:17:04 -0800
commita7306f3c283bfe03611229bb6280987aae2af8f9 (patch)
tree1583be89803f8b67a9fea6af6b7336ca10ada3f2 /arch/arm64
parentadc77b19f62d7e80f98400b2fca9d700d2afdd6f (diff)
downloadlwn-a7306f3c283bfe03611229bb6280987aae2af8f9.tar.gz
lwn-a7306f3c283bfe03611229bb6280987aae2af8f9.zip
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/arm64')
-rw-r--r--arch/arm64/include/asm/spinlock_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/spinlock_types.h b/arch/arm64/include/asm/spinlock_types.h
index 11ab1c077697..7cde3d8bd0ad 100644
--- a/arch/arm64/include/asm/spinlock_types.h
+++ b/arch/arm64/include/asm/spinlock_types.h
@@ -6,7 +6,7 @@
#define __ASM_SPINLOCK_TYPES_H
#if !defined(__LINUX_SPINLOCK_TYPES_RAW_H) && !defined(__ASM_SPINLOCK_H)
-# error "please don't include this file directly"
+# error "Please do not include this file directly."
#endif
#include <asm-generic/qspinlock_types.h>