aboutsummaryrefslogtreecommitdiff
path: root/src/devices/pciexp_device.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-08-01 11:25:41 +0000
committerStefan Reinauer <stepan@openbios.org>2008-08-01 11:25:41 +0000
commitd98cf5bed93e48f4cb3bdc5219a03207cd01c3ce (patch)
tree072e22c0b4436607b18af31205c4fc50b3b8911e /src/devices/pciexp_device.c
parent8533606db71ef9c4f77983eaea1b2f27c9bb7baf (diff)
fix typos and warnings in the device tree code (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3441 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/pciexp_device.c')
-rw-r--r--src/devices/pciexp_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pciexp_device.c b/src/devices/pciexp_device.c
index cf6104ed95..2bc7987b69 100644
--- a/src/devices/pciexp_device.c
+++ b/src/devices/pciexp_device.c
@@ -34,7 +34,7 @@ static void pciexp_tune_dev(device_t dev)
/* error... */
return;
}
- printk_debug("PCIEXP: tunning %s\n", dev_path(dev));
+ printk_debug("PCIe: tunning %s\n", dev_path(dev));
#warning "IMPLEMENT PCI EXPRESS TUNING"
}