aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorWeili Qian <[email protected]>2023-02-09 12:36:14 +0000
committerHerbert Xu <[email protected]>2023-02-14 05:39:33 +0000
commitf8de067cbe05a43a3de5d8873cd63c17abb1c7c8 (patch)
tree98cbe4ee638adff2891c9033be95a5adaec6675c /net/unix/af_unix.c
parentcrypto: hisilicon/qm - remove some unused defines (diff)
downloadkernel-f8de067cbe05a43a3de5d8873cd63c17abb1c7c8.tar.gz
kernel-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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions