diff options
author | 2024-07-09 00:40:24 +0200 | |
---|---|---|
committer | 2024-07-12 16:39:53 -0700 | |
commit | e1fb7430fcb00431087fc1c088ec9e8737cf6c7d (patch) | |
tree | 6d9f4801057f9cdcf190bbb1520427a1e04e1840 /scripts/generate_rust_analyzer.py | |
parent | test_bpf: convert comma to semicolon (diff) | |
download | linux-rng-e1fb7430fcb00431087fc1c088ec9e8737cf6c7d.tar.xz linux-rng-e1fb7430fcb00431087fc1c088ec9e8737cf6c7d.zip |
lib/bch.c: use swap() to improve code
Use the swap() macro to simplify the functions solve_linear_system() and
gf_poly_gcd() and improve their readability. Remove the local variable
tmp.
Fixes the following three Coccinelle/coccicheck warnings reported by
swap.cocci:
WARNING opportunity for swap()
WARNING opportunity for swap()
WARNING opportunity for swap()
Link: https://lkml.kernel.org/r/20240708224023.9312-2-thorsten.blum@toblux.com
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions