Page MenuHomeFreeBSD

Fix variable name: freq_khz -> freq
ClosedPublic

Authored by cperciva on Dec 30 2021, 7:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 9:00 PM
Unknown Object (File)
Tue, Nov 5, 9:08 AM
Unknown Object (File)
Sun, Nov 3, 8:41 AM
Unknown Object (File)
Wed, Oct 16, 7:24 AM
Unknown Object (File)
Tue, Oct 15, 4:23 AM
Unknown Object (File)
Tue, Oct 15, 4:23 AM
Unknown Object (File)
Mon, Oct 14, 11:03 AM
Unknown Object (File)
Sun, Oct 13, 10:52 AM
Subscribers

Details

Summary

An earlier version of this code computed the TSC frequency in kHz.
When the code was changed to compute the frequency more
accurately, the variable name was not updated.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cperciva created this revision.
cperciva retitled this revision from Fix varible name: freq_khz -> freq to Fix variable name: freq_khz -> freq.

Oops, thanks. I remember noticing this and thought I had fixed it...

This revision is now accepted and ready to land.Dec 30 2021, 1:58 PM
This revision was automatically updated to reflect the committed changes.