Re: [PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)

2024-09-10 Thread Richard Henderson
On 9/10/24 15:16, Pierrick Bouvier wrote: Signed-off-by: Pierrick Bouvier --- scripts/checkpatch.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 65b6f46f905..fa9c12230eb 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.p

[PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)

2024-09-10 Thread Pierrick Bouvier
Signed-off-by: Pierrick Bouvier --- scripts/checkpatch.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 65b6f46f905..fa9c12230eb 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -3102,6 +3102,9 @@ sub process {