]> www.infradead.org Git - users/willy/xarray.git/commit
kcsan: Use min() to fix Coccinelle warning
authorThorsten Blum <thorsten.blum@toblux.com>
Mon, 24 Jun 2024 17:57:28 +0000 (19:57 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 1 Aug 2024 23:40:44 +0000 (16:40 -0700)
commit43d631bf06ec961bbe4c824b931fe03be44c419c
treeb214e6659d0b966a9d9ee423f548e04db38e1899
parent8400291e289ee6b2bf9779ff1c83a291501f017b
kcsan: Use min() to fix Coccinelle warning

Fixes the following Coccinelle/coccicheck warning reported by
minmax.cocci:

WARNING opportunity for min()

Use const size_t instead of int for the result of min().

Compile-tested with CONFIG_KCSAN=y.

Reviewed-by: Marco Elver <elver@google.com>
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/kcsan/debugfs.c