diff options
author | 2023-08-27 09:41:45 +0200 | |
---|---|---|
committer | 2023-08-27 11:46:52 +0200 | |
commit | e30364c70895c1ba90b28b85a82aa0d98aab8c81 (patch) | |
tree | 1ee320a15ed5e08341f8a57d027ba86296f1aa4c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tty: n_tty: use u8 for chars and flags (diff) | |
download | wireguard-linux-e30364c70895c1ba90b28b85a82aa0d98aab8c81.tar.xz wireguard-linux-e30364c70895c1ba90b28b85a82aa0d98aab8c81.zip |
tty: n_tty: unify counts to size_t
Some count types are already 'size_t' for a long time. Some were
switched to 'size_t' recently. Unify the rest with those now.
This allows for some min_t()s to become min()s. And make one min()
an explicit min_t() as we are comparing signed 'room' to unsigned
'count'.
Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230827074147.2287-13-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions