From: Bernd Schubert WARNING: Missing a blank line after declarations + int init_error; + _Atomic bool terminate_mount_worker; This change should go to linux upstream. Signed-off-by: Bernd Schubert Acked-by: "Darrick J. Wong" --- checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkpatch.pl b/checkpatch.pl index 9eed3683ad76caffbbb2418e5dbea7551d374406..2d44e0e6edac303731c7637de00ed35d7b1dfcb7 100755 --- a/checkpatch.pl +++ b/checkpatch.pl @@ -520,7 +520,8 @@ our $Attribute = qr{ ____cacheline_aligned_in_smp| ____cacheline_internodealigned_in_smp| __weak| - __alloc_size\s*\(\s*\d+\s*(?:,\s*\d+\s*)?\) + __alloc_size\s*\(\s*\d+\s*(?:,\s*\d+\s*)?\)| + _Atomic }x; our $Modifier; our $Inline = qr{inline|__always_inline|noinline|__inline|__inline__}; -- 2.43.0