Fix typo in r350529.

MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2019-08-02 04:04:18 +00:00
parent 90dfa8f0ac
commit 8dafbebdd7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350530

View File

@ -1695,7 +1695,7 @@ void nvme_health_information_page_swapbytes(struct nvme_health_information_page
for (i = 0; i < 8; i++)
s->temp_sensor[i] = le16toh(s->temp_sensor[i]);
s->tmt1tc = le32toh(s->tmt1tc);
s->tmt1tc = le32toh(s->tmt2tc);
s->tmt2tc = le32toh(s->tmt2tc);
s->ttftmt1 = le32toh(s->ttftmt1);
s->ttftmt2 = le32toh(s->ttftmt2);
}