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)
Sat, Mar 9, 9:42 PM
Unknown Object (File)
Jan 13 2024, 3:26 AM
Unknown Object (File)
Dec 23 2023, 3:22 AM
Unknown Object (File)
Dec 10 2023, 1:40 PM
Unknown Object (File)
Dec 9 2023, 11:28 AM
Unknown Object (File)
Nov 23 2023, 3:57 PM
Unknown Object (File)
Nov 20 2023, 10:28 AM
Unknown Object (File)
Nov 20 2023, 1:54 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 Skipped
Unit
Tests Skipped

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.