diff options
| author | Jiri Slaby (SUSE) <[email protected]> | 2023-08-27 07:41:45 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-08-27 09:46:52 +0000 |
| commit | e30364c70895c1ba90b28b85a82aa0d98aab8c81 (patch) | |
| tree | 1ee320a15ed5e08341f8a57d027ba86296f1aa4c /drivers/usb/class/cdc-acm.c | |
| parent | tty: n_tty: use u8 for chars and flags (diff) | |
| download | kernel-e30364c70895c1ba90b28b85a82aa0d98aab8c81.tar.gz kernel-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)" <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
0 files changed, 0 insertions, 0 deletions
