mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
Fix typo in r350529.
MFC after: 2 weeks
This commit is contained in:
parent
90dfa8f0ac
commit
8dafbebdd7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=350530
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user