tipc: use min() to simplify the code
authorLi Zetao <lizetao1@huawei.com>
Thu, 22 Aug 2024 13:39:07 +0000 (21:39 +0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Aug 2024 16:48:53 +0000 (09:48 -0700)
commita18308623ce303a0f8954294f3877b3ece8c5e7b
tree69279fc5d2c04c5a875575c3173e1725f4a28031
parent26549dab8a4676ce549cb20bf384daf458a9ea24
tipc: use min() to simplify the code

When calculating size of own domain based on number of peers, the result
should be less than MAX_MON_DOMAIN, so using min() here is very semantic.

Signed-off-by: Li Zetao <lizetao1@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822133908.1042240-8-lizetao1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/monitor.c