mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
Userland: Rename PCI slot to PCI device terminology
This commit is contained in:
parent
06d76a4717
commit
b48d8d1d6d
Notes:
sideshowbarker
2024-07-18 22:41:23 +09:00
Author: https://github.com/boricj
Commit: b48d8d1d6d
Pull-request: https://github.com/SerenityOS/serenity/pull/5196
Issue: https://github.com/SerenityOS/serenity/issues/5190
Reviewed-by: https://github.com/supercomputer7
3 changed files with 5 additions and 5 deletions
|
@ -363,7 +363,7 @@ static bool procfs$pci(InodeIdentifier, KBufferBuilder& builder)
|
|||
auto obj = array.add_object();
|
||||
obj.add("seg", address.seg());
|
||||
obj.add("bus", address.bus());
|
||||
obj.add("slot", address.device());
|
||||
obj.add("device", address.device());
|
||||
obj.add("function", address.function());
|
||||
obj.add("vendor_id", id.vendor_id);
|
||||
obj.add("device_id", id.device_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue