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)
Fri, Jan 24, 5:57 PM
Unknown Object (File)
Tue, Jan 7, 4:29 AM
Unknown Object (File)
Tue, Jan 7, 4:25 AM
Unknown Object (File)
Dec 13 2024, 2:14 AM
Unknown Object (File)
Dec 7 2024, 8:49 AM
Unknown Object (File)
Nov 25 2024, 11:34 PM
Unknown Object (File)
Nov 25 2024, 5:42 AM
Unknown Object (File)
Nov 23 2024, 1:27 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.