diff options
| author | Jiri Slaby <[email protected]> | 2023-07-12 08:42:14 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-07-25 19:19:39 +0200 |
| commit | f6f847ff8d6662977fd7f7199152b87ef029e704 (patch) | |
| tree | 1c04ed5dcac61fd4da378092cbf2b33a488c8808 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | b30a3d396b4c4fccc73a4922d594bb589afb5bee (diff) | |
n_tty: simplify and sanitize zero_buffer()
* Make 'tty' parameter const as we only look at tty flags here.
* Make 'size' parameter of size_t type as everyone passes that and
memset() (the consumer) expects size_t too. So be consistent.
* Remove redundant local variables, place the content directly to the
'if'.
* Use 0 instead of 0x00 in memset(). The former is more obvious.
No functional changes expected.
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions