summaryrefslogtreecommitdiffstats
path: root/src/device/pci_device.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 14:43:49 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-18 07:33:13 +0000
commit0ce74161ad6d2128b3c14217064064268d3817b5 (patch)
treea1a07139a2b9385781b6fdd83eb765b0b99e46e1 /src/device/pci_device.c
parentcc2c5c9ec7e86ef1666a3e8d4b44139599ebc16c (diff)
downloadcoreboot-0ce74161ad6d2128b3c14217064064268d3817b5.tar.gz
coreboot-0ce74161ad6d2128b3c14217064064268d3817b5.tar.bz2
coreboot-0ce74161ad6d2128b3c14217064064268d3817b5.zip
device/pci_device.c: Remove repeated word
Change-Id: Ia6936675684e3eaf2a57e2d28e465b1f0768249b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49512 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/device/pci_device.c')
-rw-r--r--src/device/pci_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_device.c b/src/device/pci_device.c
index f41689e24aa7..5d38423cf30e 100644
--- a/src/device/pci_device.c
+++ b/src/device/pci_device.c
@@ -1263,7 +1263,7 @@ void pci_scan_bus(struct bus *bus, unsigned int min_devfn,
post_code(0x25);
/*
- * Warn if any leftover static devices are are found.
+ * Warn if any leftover static devices are found.
* There's probably a problem in devicetree.cb.
*/