diff options
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2023-09-19 11:51:43 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-10-03 15:31:15 +0300 |
commit | 1e619477a9c8d6e2ec05a53cda97558fdf9f440e (patch) | |
tree | f20ac34e03be2a18da309b280ea78d2e824dcc70 /tools/perf/scripts/python | |
parent | 4a2ad26613867a9a6c49abf7b9319e2a5f6671b0 (diff) | |
download | linux-1e619477a9c8d6e2ec05a53cda97558fdf9f440e.tar.xz |
tty: n_tty: rename and retype 'retval' in n_tty_ioctl()
The value stored to the current 'retval' is number of characters. It is
both obtained and put to user as unsigned. So make its type unsigned.
And provided it's not a "return value" per se, rename it to 'num'.
Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230919085156.1578-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions