Files
linux/scripts
Hongbo Li f584e3752c coccinelle: Remove unnecessary parentheses for only one possible change.
The parentheses are only needed if there is a disjunction, ie a
set of possible changes. If there is only one pattern, we can
remove these parentheses. Just like the format:

  -  x
  +  y

not:

  (
  -  x
  +  y
  )

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
2024-09-28 21:23:31 +02:00
..
2024-09-01 20:34:49 +09:00
2024-09-20 09:21:53 +09:00
2024-08-23 10:21:02 +01:00
2023-12-03 18:51:48 +09:00
2024-01-04 17:01:15 +01:00