From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1C4402572 for ; Tue, 12 Nov 2024 01:17:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731374258; cv=none; b=P7QSv8J6vp4X1h8Mx9sKXW+e3LWkrQ4mXb8jiYhK6tUo9XyLNcmTdZLCC53xOJHQPD/Eyz61+nZ+ZzUmPQKgA0jdlVfXSUkFwUDh4HSfpfa41FdS8kOTNADO5zxSeXS+VG5d2ohhRDPtQ8BdGYHqm9qLVOSqJGHly/sI72XPeeE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731374258; c=relaxed/simple; bh=145C3m4gUuUZJ6otjyu4CPyda06HnQdgnFbiT4HfGiI=; h=Date:To:From:Subject:Message-Id; b=aSwczWxJqoA66yOy/Bd4K0WbFRG7cO0wXtB75e49S2GgtiYb2jLmWyL7kwDzDW55vzzWy23x6eZwfk/70wac3Ccxv7WpCi29SQEGGta6pFm1TFK8NoQe/MeoB7xApIEFyKaxatvJgwMEoTAHBMosZMA5DZtmq73zFkymFxpu4gE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=CDmJKyj/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="CDmJKyj/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9780FC4CECF; Tue, 12 Nov 2024 01:17:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1731374257; bh=145C3m4gUuUZJ6otjyu4CPyda06HnQdgnFbiT4HfGiI=; h=Date:To:From:Subject:From; b=CDmJKyj/xsj3LtKcFqo1003SiAad0g+bt5169M7PvnsxcW0EH8TNq0ZN8yZHwrqyJ Uf1e/0DnuL6YVo+JSB+UfYGDkrE3D+Er5ShVvn4qRka6CJqmroB3KGai97maxsW35F UOhgJf8nDe5ferxdK/zzmlvBTHaFhvqMRjNJEdKg= Date: Mon, 11 Nov 2024 17:17:37 -0800 To: mm-commits@vger.kernel.org,natanielfarzan@gmail.com,akpm@linux-foundation.org From: Andrew Morton Subject: [merged mm-nonmm-stable] improve-consistency-of-error-directive-messages.patch removed from -mm tree Message-Id: <20241112011737.9780FC4CECF@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The quilt patch titled Subject: Improve consistency of '#error' directive messages has been removed from the -mm tree. Its filename was improve-consistency-of-error-directive-messages.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Nataniel Farzan Subject: Improve consistency of '#error' directive messages Date: Mon, 4 Nov 2024 19:22:32 -0800 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 Signed-off-by: Andrew Morton --- arch/alpha/include/asm/spinlock_types.h | 2 +- arch/arm/include/asm/spinlock_types.h | 2 +- arch/arm64/include/asm/spinlock_types.h | 2 +- arch/hexagon/include/asm/spinlock_types.h | 2 +- arch/powerpc/include/asm/simple_spinlock_types.h | 2 +- arch/powerpc/include/asm/spinlock_types.h | 2 +- arch/s390/include/asm/spinlock_types.h | 2 +- arch/sh/include/asm/spinlock_types.h | 2 +- arch/xtensa/include/asm/spinlock_types.h | 2 +- include/acpi/platform/aclinux.h | 2 +- include/linux/compiler-clang.h | 2 +- include/linux/compiler-gcc.h | 2 +- include/linux/pm_wakeup.h | 2 +- include/linux/rwlock.h | 2 +- include/linux/rwlock_api_smp.h | 2 +- include/linux/spinlock_api_smp.h | 2 +- include/linux/spinlock_types_up.h | 2 +- include/linux/spinlock_up.h | 2 +- tools/include/linux/compiler-gcc.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) --- a/arch/alpha/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/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 { --- a/arch/arm64/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/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 --- a/arch/arm/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/arm/include/asm/spinlock_types.h @@ -3,7 +3,7 @@ #define __ASM_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 #define TICKET_SHIFT 16 --- a/arch/hexagon/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/hexagon/include/asm/spinlock_types.h @@ -9,7 +9,7 @@ #define _ASM_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 { --- a/arch/powerpc/include/asm/simple_spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/powerpc/include/asm/simple_spinlock_types.h @@ -3,7 +3,7 @@ #define _ASM_POWERPC_SIMPLE_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 { --- a/arch/powerpc/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/powerpc/include/asm/spinlock_types.h @@ -3,7 +3,7 @@ #define _ASM_POWERPC_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 #ifdef CONFIG_PPC_QUEUED_SPINLOCKS --- a/arch/s390/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/s390/include/asm/spinlock_types.h @@ -3,7 +3,7 @@ #define __ASM_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 { --- a/arch/sh/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/sh/include/asm/spinlock_types.h @@ -3,7 +3,7 @@ #define __ASM_SH_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 { --- a/arch/xtensa/include/asm/spinlock_types.h~improve-consistency-of-error-directive-messages +++ a/arch/xtensa/include/asm/spinlock_types.h @@ -3,7 +3,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 --- a/include/acpi/platform/aclinux.h~improve-consistency-of-error-directive-messages +++ a/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 directly, include instead." +#error "Please do not include directly, include instead." #endif #endif --- a/include/linux/compiler-clang.h~improve-consistency-of-error-directive-messages +++ a/include/linux/compiler-clang.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_COMPILER_TYPES_H -#error "Please don't include directly, include instead." +#error "Please do not include directly, include instead." #endif /* Compiler specific definitions for Clang compiler */ --- a/include/linux/compiler-gcc.h~improve-consistency-of-error-directive-messages +++ a/include/linux/compiler-gcc.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_COMPILER_TYPES_H -#error "Please don't include directly, include instead." +#error "Please do not include directly, include instead." #endif /* --- a/include/linux/pm_wakeup.h~improve-consistency-of-error-directive-messages +++ a/include/linux/pm_wakeup.h @@ -10,7 +10,7 @@ #define _LINUX_PM_WAKEUP_H #ifndef _DEVICE_H_ -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif #include --- a/include/linux/rwlock_api_smp.h~improve-consistency-of-error-directive-messages +++ a/include/linux/rwlock_api_smp.h @@ -2,7 +2,7 @@ #define __LINUX_RWLOCK_API_SMP_H #ifndef __LINUX_SPINLOCK_API_SMP_H -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif /* --- a/include/linux/rwlock.h~improve-consistency-of-error-directive-messages +++ a/include/linux/rwlock.h @@ -2,7 +2,7 @@ #define __LINUX_RWLOCK_H #ifndef __LINUX_INSIDE_SPINLOCK_H -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif /* --- a/include/linux/spinlock_api_smp.h~improve-consistency-of-error-directive-messages +++ a/include/linux/spinlock_api_smp.h @@ -2,7 +2,7 @@ #define __LINUX_SPINLOCK_API_SMP_H #ifndef __LINUX_INSIDE_SPINLOCK_H -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif /* --- a/include/linux/spinlock_types_up.h~improve-consistency-of-error-directive-messages +++ a/include/linux/spinlock_types_up.h @@ -2,7 +2,7 @@ #define __LINUX_SPINLOCK_TYPES_UP_H #ifndef __LINUX_SPINLOCK_TYPES_RAW_H -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif /* --- a/include/linux/spinlock_up.h~improve-consistency-of-error-directive-messages +++ a/include/linux/spinlock_up.h @@ -2,7 +2,7 @@ #define __LINUX_SPINLOCK_UP_H #ifndef __LINUX_INSIDE_SPINLOCK_H -# error "please don't include this file directly" +# error "Please do not include this file directly." #endif #include /* for cpu_relax() */ --- a/tools/include/linux/compiler-gcc.h~improve-consistency-of-error-directive-messages +++ a/tools/include/linux/compiler-gcc.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _TOOLS_LINUX_COMPILER_H_ -#error "Please don't include directly, include instead." +#error "Please do not include directly, include instead." #endif /* _ Patches currently in -mm which might be from natanielfarzan@gmail.com are