diff options
| author | Jiri Slaby (SUSE) <[email protected]> | 2024-02-02 07:55:47 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-02-06 14:37:37 +0000 |
| commit | fb8fa9093a4d2b5be4516a66c64b10cc35458333 (patch) | |
| tree | 96564f9d8276cbf494a88a6674c039fc98e1b1cf /tools/perf/scripts/python/bin | |
| parent | f60ce0e4bbf385a938e89b6dcead1eea89b83741 (diff) | |
tty: vt: make rgb_from_256() slighly more comprehensible
* make the parameter unsigned, as it is expected to be unsigned,
* make the computation easier to follow -- step-by-step, and
* don't use 85 / 2 which is only a reduced form of 255 / 6 (by a factor
3). Unlike the former, the latter can be understood.
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/bin')
0 files changed, 0 insertions, 0 deletions