linux/scripts/coccinelle/misc
Sang-Heon Jeon 707f8e0ddf coccinelle: misc: struct_size: drop unneeded parentheses
The outer parentheses and the single-branch disjunction don't matter when
just matching and reporting a line. Eliminating them reduces the
complexity of the pattern to match and gives a performance improvement in
the non-patch cases, like the previous minmax change.

Signed-off-by: Sang-Heon Jeon <ekffu200098@gmail.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
2026-08-23 22:12:10 +02:00
..
add_namespace.cocci scripts/nsdeps: get 'make nsdeps' working again 2024-12-03 08:22:25 -08:00
array_size_dup.cocci coccinelle: misc: add array_size_dup script to detect missed overflow checks 2020-08-04 22:46:58 +02:00
array_size.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
badty.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
boolconv.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
cond_no_effect.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
cstptr.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
do_div.cocci coccinelle: semantic patch to check for inappropriate do_div() calls 2021-09-11 22:57:39 +02:00
doubleinit.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
excluded_middle.cocci coccinelle: misc: add excluded_middle.cocci script 2020-09-21 19:45:46 +02:00
flexible_array.cocci coccinelle: misc: restrict patch mode in flexible_array.cocci 2021-05-01 21:23:56 +02:00
ifcol.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
irqf_oneshot.cocci coccinelle: irqf_oneshot: reduce the severity due to false positives 2021-05-01 21:23:57 +02:00
minmax.cocci coccinelle: misc: minmax: avoid unhelpful isomorphisms 2026-08-23 22:12:10 +02:00
newline_in_nl_msg.cocci coccinelle: Add missing (GE)NL_SET_ERR_MSG_* to strings ending with newline test 2025-02-27 18:11:37 -08:00
noderef.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
of_table.cocci coccinelle: of_table: handle SPI device ID tables 2025-09-22 20:10:59 -07:00
orplus.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
ptr_err_to_pe.cocci scripts/coccinelle: Find PTR_ERR() to %pe candidates 2025-09-26 12:26:41 -07:00
returnvar.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
secs_to_jiffies.cocci coccinelle: misc: secs_to_jiffies: implement context and report modes 2025-07-19 19:08:25 -07:00
semicolon.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
struct_size.cocci coccinelle: misc: struct_size: drop unneeded parentheses 2026-08-23 22:12:10 +02:00
swap.cocci coccinelle: misc: add swap script 2021-05-01 21:23:56 +02:00
test_addr.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
uninitialized_var.cocci coccinelle: misc: update uninitialized_var.cocci documentation 2021-05-01 21:23:56 +02:00
warn.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00