Page MenuHomeFreeBSD

hwpstate_amd(4): Rename EPP handler, convert to unsigned int
ClosedPublic

Authored by olce on Jan 31 2026, 11:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 20, 3:45 AM
Unknown Object (File)
Mon, May 18, 1:33 PM
Unknown Object (File)
Mon, May 18, 1:26 PM
Unknown Object (File)
Sun, May 17, 8:35 PM
Unknown Object (File)
Sun, May 17, 8:27 PM
Unknown Object (File)
Fri, May 15, 6:43 PM
Unknown Object (File)
Fri, May 15, 4:18 PM
Unknown Object (File)
Sun, May 10, 2:37 AM
Subscribers

Details

Summary

'val' is supposed to be the storage for a sysctl knob of an 'unsigned
int', so consistently don't specify its width.

While here, rename variables in the handler. The new names feel
clearer, and the 'ret' => 'error' rename is to be more in line with our
tradition.

No functional change intended.

Diff Detail

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