]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Made temperature readouts in line with the SI.
authorVishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com>
Tue, 28 Feb 2023 05:10:00 +0000 (10:40 +0530)
committerDaniel Wagner <wagi@monom.org>
Tue, 28 Feb 2023 07:44:06 +0000 (08:44 +0100)
commitcd217e1917ea40eba3e56731a3f6e2ffe552771b
tree63c38546bcab590b35c0e87022726e24ae338ec2
parentfbf1e6c241b492f06f396697494807108db4b4ed
Made temperature readouts in line with the SI.

* The unit name 'kelvin' is written in lowercase, unless it starts a sentence. However, its plural 'kelvins' is more appropriate because of the context.
* Added a space between the number and the unit (e.g. 30 °C or 303 K).
* Wherever '°C' and 'kelvin' appeared in the same context, the latter is replaced with 'K'.

Ref.: *The International System of Units*, 9th edition (2019, updated 2022), Bureau International des Poids et Mesures
nvme-print.c
plugins/memblaze/memblaze-nvme.c
plugins/wdc/wdc-nvme.c