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)
Sun, Aug 16, 10:08 PM
Unknown Object (File)
Sat, Aug 15, 9:13 PM
Unknown Object (File)
Wed, Aug 12, 11:28 PM
Unknown Object (File)
Tue, Aug 11, 2:01 PM
Unknown Object (File)
Sun, Aug 9, 7:33 PM
Unknown Object (File)
Sun, Aug 9, 2:34 PM
Unknown Object (File)
Sat, Aug 8, 11:25 AM
Unknown Object (File)
Sat, Aug 8, 9:29 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