Page MenuHomeFreeBSD

share/man/man9/pwmbus.9 fix types in arguments
ClosedPublic

Authored by oskar.holmlund_ohdata.se on Mar 9 2021, 10:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 11, 1:27 AM
Unknown Object (File)
Thu, Jul 10, 1:28 PM
Unknown Object (File)
Sun, Jun 29, 7:34 PM
Unknown Object (File)
Sun, Jun 15, 12:17 PM
Unknown Object (File)
Jun 2 2025, 1:07 PM
Unknown Object (File)
May 29 2025, 9:48 PM
Unknown Object (File)
May 24 2025, 2:59 AM
Unknown Object (File)
May 9 2025, 8:46 AM
Subscribers

Details

Summary

Fix the types of period and duty in share/man/man9/pwmbus.9 to match the one in sys/dev/pmw/pwmbus.c.

Diff Detail

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

Event Timeline

rpokala requested changes to this revision.Mar 10 2021, 3:44 AM
rpokala added a subscriber: rpokala.
rpokala added inline comments.
share/man/man9/pwmbus.9
43

The code in pwmbus.c has u_int for channel for all of these...

45

channel isn't an argument for this function.

This revision now requires changes to proceed.Mar 10 2021, 3:44 AM

pwmbus.9
change type for argument channel and the pointer nchannel (int -> u_int)

pwmbus_if.m:

  • argument name dev -> bus
  • use u_int instead of unsigned int.

rpokala: Thank you for your comments.

LGTM. Remember to bump .Dd when you commit.

This revision is now accepted and ready to land.Mar 11 2021, 8:27 AM
This revision was automatically updated to reflect the committed changes.