diff options
author | Nataniel Farzan <natanielfarzan@gmail.com> | 2024-11-05 04:22:32 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-11-12 02:17:04 +0100 |
commit | a7306f3c283bfe03611229bb6280987aae2af8f9 (patch) | |
tree | 1583be89803f8b67a9fea6af6b7336ca10ada3f2 /include/acpi | |
parent | ocfs2: fix uninitialized value in ocfs2_file_read_iter() (diff) | |
download | linux-a7306f3c283bfe03611229bb6280987aae2af8f9.tar.xz linux-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 'include/acpi')
-rw-r--r-- | include/acpi/platform/aclinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 565341c826e3..f3249b7df5cb 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h @@ -15,7 +15,7 @@ /* ACPICA external files should not include ACPICA headers directly. */ #if !defined(BUILDING_ACPICA) && !defined(_LINUX_ACPI_H) -#error "Please don't include <acpi/acpi.h> directly, include <linux/acpi.h> instead." +#error "Please do not include <acpi/acpi.h> directly, include <linux/acpi.h> instead." #endif #endif |