freebsd-dev/sys/dev/amr
Mateusz Guzik 6b3a9a0f3d Convert remaining cap_rights_init users to cap_rights_init_one
semantic patch:

@@

expression rights, r;

@@

- cap_rights_init(&rights, r)
+ cap_rights_init_one(&rights, r)
2021-01-12 13:16:10 +00:00
..
amr_cam.c amr: clean up empty lines in .c and .h files 2020-09-01 21:39:37 +00:00
amr_disk.c amr: clean up empty lines in .c and .h files 2020-09-01 21:39:37 +00:00
amr_linux.c Convert remaining cap_rights_init users to cap_rights_init_one 2021-01-12 13:16:10 +00:00
amr_pci.c amr: clean up empty lines in .c and .h files 2020-09-01 21:39:37 +00:00
amr_tables.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
amr.c amr: clean up empty lines in .c and .h files 2020-09-01 21:39:37 +00:00
amrio.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
amrreg.h amr: clean up empty lines in .c and .h files 2020-09-01 21:39:37 +00:00
amrvar.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00