diff options
| author | Hongbo Li <[email protected]> | 2024-09-11 01:09:27 +0000 |
|---|---|---|
| committer | Julia Lawall <[email protected]> | 2024-09-28 19:23:31 +0000 |
| commit | f584e3752ca7bb1f8849a85816b3c974f1aa67ec (patch) | |
| tree | 41a49b4e20e135bff59d35ea3a1ac950433ff9fe /lib/crypto/mpi/mpi-mul.c | |
| parent | coccinelle: Add rules to find str_yes_no() replacements (diff) | |
| download | kernel-f584e3752ca7bb1f8849a85816b3c974f1aa67ec.tar.gz kernel-f584e3752ca7bb1f8849a85816b3c974f1aa67ec.zip | |
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 <[email protected]>
Signed-off-by: Julia Lawall <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions
