diff options
| author | Jiri Slaby <[email protected]> | 2023-07-31 10:02:37 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-07-31 17:16:05 +0200 |
| commit | d3352ab0a9701a6d4c88b814815d7320c339f4a8 (patch) | |
| tree | dc52c35542c7411ec186e60b81580ef32d647e42 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 659705d0a6992892bf3713bccf91ba43111aa71e (diff) | |
tty: hvsi: remove an extra variable from hvsi_write()
'source' is the same as 'buf'. Rename the parameter ('buf') to
'source' and drop the local variable.
Likely, the two were introduced to have a different type. But 'char' and
'unsigned char' are the same in the kernel for a long time.
Signed-off-by: Jiri Slaby (SUSE) <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions