diff options
| author | Thorsten Blum <thorsten.blum@linux.dev> | 2026-01-13 09:31:28 +0100 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-01-31 10:52:30 +0800 |
| commit | 9c5582db77199f8fbcf45e531198df5b97d5ee7f (patch) | |
| tree | 12120daaf2f20706c97b73e838c6ffaf79417e2e /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | f42116458d01e9bb8586613063028ab8c7070856 (diff) | |
crypto: stm32 - Replace min_t(size_t) with just min()
In most cases, min_t(size_t) and explicit casting are unnecessary
because the values ->hw_blocksize, ->payload_{in,out}, and ->header_in
are already of type 'size_t'. Use the simpler min() macro instead.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
