diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-26 18:54:31 +0000 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-26 18:55:31 +0000 |
commit | e8414b96ba94dbc761ee97d7a67b7a28cfc3a8af (patch) | |
tree | 31264552547d8974a6f3a646efba4e0e29f46012 /sys/dev/pci/pci.c | |
parent | 996114589d036918f77036ece745249b35687da0 (diff) |
kernel: style: Clean up and remove extra newlinesexpt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 9dfb90e..140a363 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -331,7 +331,6 @@ pci_get_device(struct pci_lookup lookup, uint16_t lookup_type) return NULL; } - void pci_add_device(struct pci_device *dev) { @@ -340,7 +339,6 @@ pci_add_device(struct pci_device *dev) spinlock_release(&devlist_lock); } - pcireg_t pci_readl(struct pci_device *dev, uint32_t offset) { |