diff options
author | 2023-02-09 20:36:14 +0800 | |
---|---|---|
committer | 2023-02-14 13:39:33 +0800 | |
commit | f8de067cbe05a43a3de5d8873cd63c17abb1c7c8 (patch) | |
tree | 98cbe4ee638adff2891c9033be95a5adaec6675c /scripts/generate_rust_analyzer.py | |
parent | crypto: hisilicon/qm - remove some unused defines (diff) | |
download | wireguard-linux-f8de067cbe05a43a3de5d8873cd63c17abb1c7c8.tar.xz wireguard-linux-f8de067cbe05a43a3de5d8873cd63c17abb1c7c8.zip |
crypto: hisilicon/qm - use min() instead of min_t()
'act_q_num = min_t(int, act_q_num, max_qp_num)', the type
of 'act_q_num' and 'max_qp_num' are both 'u32', so
use min() instead of min_t().
Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions