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)
Mon, Sep 14, 6:52 AM
Unknown Object (File)
Sat, Sep 12, 8:31 AM
Unknown Object (File)
Sat, Sep 12, 2:54 AM
Unknown Object (File)
Thu, Sep 10, 10:55 AM
Unknown Object (File)
Thu, Sep 3, 11:03 AM
Unknown Object (File)
Tue, Sep 1, 10:49 AM
Unknown Object (File)
Sun, Aug 30, 9:35 AM
Unknown Object (File)
Aug 27 2026, 2:21 PM
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.