3 Commits

Author SHA1 Message Date
Darrick J. Wong d999bd63af checkpatch.pl: update to linux 7.0
Update this script to match the version from Linux 7.0, without
clobbering Bernd's _Atomic additions.  This fixes the complaints
about "overly long" Fixes: commit ids.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
2026-05-17 20:29:07 +02:00
Bernd Schubert 0dc666b11f checkpatch.pl: Add _Atomic to $Attribute patttern
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 <bschubert@ddn.com>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
2026-05-02 15:45:40 +02:00
Bernd Schubert e156075b15 Add a checkpatch.pl github workflow
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2025-01-01 23:34:08 +01:00