Page MenuHomeFreeBSD

atkbd(4): Just use nitems() for quirk enumeration
ClosedPublic

Authored by cem on Dec 5 2020, 8:43 PM.
Tags
None
Referenced Files
F147739289: D27489.id80369.diff
Fri, Mar 13, 7:53 AM
F147725488: D27489.id80369.diff
Fri, Mar 13, 5:39 AM
F147696130: D27489.id80369.diff
Fri, Mar 13, 12:06 AM
Unknown Object (File)
Fri, Mar 6, 9:31 AM
Unknown Object (File)
Mon, Mar 2, 7:31 PM
Unknown Object (File)
Mon, Mar 2, 1:31 PM
Unknown Object (File)
Dec 12 2025, 6:26 AM
Unknown Object (File)
Dec 4 2025, 8:35 PM
Subscribers

Details

Summary

X-MFC-With: r368365

Test Plan

nitems is commonly used for enumerating these statically-sized tables, and is
(IMO) clearer here.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cem requested review of this revision.Dec 5 2020, 8:43 PM

Looks clearer to me too, and this isn't a linker set or anything else you have to take pains with...

This revision is now accepted and ready to land.Dec 5 2020, 9:30 PM

Thanks for the quick look, folks!

This revision was automatically updated to reflect the committed changes.