aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_out.c
diff options
context:
space:
mode:
authorJiri Slaby (SUSE) <[email protected]>2024-02-02 07:55:47 +0100
committerGreg Kroah-Hartman <[email protected]>2024-02-06 14:37:37 +0000
commitfb8fa9093a4d2b5be4516a66c64b10cc35458333 (patch)
tree96564f9d8276cbf494a88a6674c039fc98e1b1cf /net/lapb/lapb_out.c
parentf60ce0e4bbf385a938e89b6dcead1eea89b83741 (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 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions