serenity/Kernel/Bus
Brian Gianforcaro 3a945051fc Kernel: Use operator ""sv in all purpose() implementations
Previously there was a mix of returning plain strings and returning
explicit string views using `operator ""sv`. This change switches them
all to standardized on `operator ""sv` as it avoids a call to strlen.
2021-10-03 13:36:10 +02:00
..
PCI Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
USB Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00
VirtIO Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00