intel / ledmon

Enclosure LED Utilities
GNU General Public License v2.0
72 stars 44 forks source link

Use inclusive nomenclature across the code #202

Closed mku514k closed 4 months ago

mku514k commented 5 months ago

This patch replaces remainings of "master/slave" nomenclatrue, with more inclusive "primary/member".

Rename slave.c/h files to member.c/h. Replace occurrences of "slave" with "member" where possible.

Some external libraries are still using old nomenclature; thus, this code must be left in place.

mku514k commented 4 months ago

Looks like there are no merge conflicts on this PR, or am I missing something?